Browse Source

bugfix: 8505

reaper 4 năm trước cách đây
mục cha
commit
96b809488a

+ 3 - 3
src/components/knowledgeExtra/AddAssess/index.vue

@@ -3,7 +3,7 @@
 .add_assess {
   h5 {
     padding: 20px 35px 0 35px;
-    margin-bottom: 20px;
+    // margin-bottom: 20px;
     font-size: 14px;
     span {
       color: #ff545b;
@@ -13,7 +13,7 @@
   .table_map {
     border-bottom: 1px solid rgba(203, 207, 212, 0.3);
     padding-bottom: 10px;
-    // margin-bottom: 20px;
+    margin-top: 20px;
     .table_top_box {
       position: relative;
       display: flex;
@@ -163,12 +163,12 @@ it .ql-editor,
       label-position="left"
       ref="scaleFormRef"
     >
+      <h5><span>*</span>量表内容:</h5>
       <div
         class="table_map"
         v-for="(table, tableIndex) in scaleData.klScaleParent"
         :key="tableIndex"
       >
-        <h5><span>*</span>量表内容:</h5>
         <div class="table_top_box">
           <div class="table_top_box_left">
             <el-form-item

+ 4 - 3
src/components/knowledgeExtra/AddAssess/scale-table.vue

@@ -227,7 +227,7 @@
         <el-table-column
           prop="two_factor"
           label="系数"
-          width="90px"
+          width="50px"
           v-if="tableResultType === 1"
         >
           <template slot-scope="scope">
@@ -256,7 +256,7 @@
         <el-table-column
           prop="two_constant"
           label="常数"
-          width="90px"
+          width="50px"
           v-if="tableResultType === 1"
         >
           <template slot-scope="scope">
@@ -358,7 +358,7 @@
         <el-table-column
           prop="content"
           label="编码"
-          :width="tableResultType === 2 ? '200px' : ''"
+          :width="tableResultType === 2 ? '200px' : '100px'"
           v-if="tableResultType === 1"
         >
           <template slot-scope="scope">
@@ -386,6 +386,7 @@
         <el-table-column
           prop="content"
           label="分值"
+          width="70px"
           v-if="tableResultType === 1"
         >
           <template slot="header">