Browse Source

fix table selection column style

Michael Wang 5 years ago
parent
commit
aff02be2bb

+ 3 - 3
src/modules/basic/view/campus.vue

@@ -255,11 +255,11 @@
           style="width: 100%;"
           @selection-change="selectChange"
         >
-          <el-table-column type="selection" width="35" />
-          <el-table-column width="50" label="ID">
+          <el-table-column type="selection" width="40" />
+          <el-table-column width="55" label="ID">
             <span slot-scope="scope">{{ scope.row.id }}</span>
           </el-table-column>
-          <el-table-column width="150" label="中心代码">
+          <el-table-column width="200" label="中心代码">
             <span slot-scope="scope">{{ scope.row.code }}</span>
           </el-table-column>
           <el-table-column label="中心名称">

+ 1 - 1
src/modules/basic/view/course.vue

@@ -417,7 +417,7 @@
           stripe
           @selection-change="selectChange"
         >
-          <el-table-column type="selection" width="35" />
+          <el-table-column type="selection" width="40" />
           <el-table-column prop="id" label="课程ID" width="80" />
           <el-table-column prop="name" label="课程名称" width="180" />
           <el-table-column prop="code" label="课程代码" />

+ 1 - 1
src/modules/basic/view/exam_site.vue

@@ -164,7 +164,7 @@
             stripe
             @selection-change="selectChange"
           >
-            <el-table-column type="selection" width="35" />
+            <el-table-column type="selection" width="40" />
             <el-table-column prop="id" width="70" label="ID" />
             <el-table-column prop="code" label="考点代码" />
             <el-table-column prop="name" label="考点名称" />

+ 1 - 1
src/modules/basic/view/school.vue

@@ -220,7 +220,7 @@
         stripe
         @selection-change="selectChange"
       >
-        <el-table-column type="selection" width="35" />
+        <el-table-column type="selection" width="40" />
         <el-table-column prop="id" label="ID" width="60" />
         <el-table-column label="学校名称">
           <template slot-scope="scope">

+ 1 - 1
src/modules/basic/view/specially.vue

@@ -276,7 +276,7 @@
         border
         @selection-change="handleSelectionChange"
       >
-        <el-table-column type="selection" width="35"> </el-table-column>
+        <el-table-column type="selection" width="40"> </el-table-column>
         <el-table-column prop="id" label="ID" width="60"> </el-table-column>
         <el-table-column prop="code" label="专业代码"> </el-table-column>
         <el-table-column prop="name" label="专业名称"> </el-table-column>

+ 1 - 1
src/modules/basic/view/sys_prop_list.vue

@@ -171,7 +171,7 @@
         border
         @selection-change="handleSelectionChange"
       >
-        <el-table-column type="selection" width="35"></el-table-column>
+        <el-table-column type="selection" width="40"></el-table-column>
         <el-table-column prop="propKey" label="名称"></el-table-column>
         <el-table-column
           prop="propValueType"

+ 1 - 1
src/modules/print/view/CourseStatistic.vue

@@ -151,7 +151,7 @@
           stripe
           @selection-change="handleSelection"
         >
-          <el-table-column type="selection" width="35px"> </el-table-column>
+          <el-table-column type="selection" width="40"> </el-table-column>
           <el-table-column label="课程名称" prop="courseName" sortable />
           <el-table-column
             width="140px"

+ 1 - 1
src/modules/questions/views/BluePaperStructure.vue

@@ -82,7 +82,7 @@
         style="width: 100%;text-align:center;"
         @selection-change="selectionChange"
       >
-        <el-table-column type="selection" width="35"></el-table-column>
+        <el-table-column type="selection" width="40"></el-table-column>
         <el-table-column label="蓝图试卷结构名称">
           <template slot-scope="scope">
             <span>{{ scope.row.name }}</span>

+ 1 - 1
src/modules/questions/views/CourseProperty.vue

@@ -89,7 +89,7 @@
         style="width:100%;"
         @selection-change="selectionChange"
       >
-        <el-table-column type="selection" width="35"></el-table-column>
+        <el-table-column type="selection" width="40"></el-table-column>
         <el-table-column label="课程名称">
           <template slot-scope="scope">
             <span>{{ scope.row.courseName }}</span>

+ 1 - 1
src/modules/questions/views/GenPaper.vue

@@ -117,7 +117,7 @@
         style="width: 100%"
         @selection-change="selectChange"
       >
-        <el-table-column type="selection" width="35"></el-table-column>
+        <el-table-column type="selection" width="40"></el-table-column>
         <el-table-column label="课程名称" width="180">
           <template slot-scope="scope">
             <span>{{ scope.row.course.name }}</span>

+ 1 - 1
src/modules/questions/views/ImportPaper.vue

@@ -129,7 +129,7 @@
         style="width: 100%"
         @selection-change="selectChange"
       >
-        <el-table-column type="selection" width="35"></el-table-column>
+        <el-table-column type="selection" width="40"></el-table-column>
         <el-table-column label="课程名称" width="180">
           <template slot-scope="scope">
             <span>{{ scope.row.course.name }}</span>

+ 1 - 1
src/modules/questions/views/PaperStructure.vue

@@ -95,7 +95,7 @@
         style="width: 100%;text-align:center;"
         @selection-change="selectionChange"
       >
-        <el-table-column type="selection" width="35"></el-table-column>
+        <el-table-column type="selection" width="40"></el-table-column>
         <el-table-column label="预设精确结构名称">
           <template slot-scope="scope">
             <span>{{ scope.row.name }}</span>