zhangjie 2 år sedan
förälder
incheckning
8b443e10af
2 ändrade filer med 15 tillägg och 3 borttagningar
  1. 12 0
      src/assets/styles/base.scss
  2. 3 3
      src/modules/exam/components/ApplyContent.vue

+ 12 - 0
src/assets/styles/base.scss

@@ -511,4 +511,16 @@ body {
   justify-content: space-between;
   justify-content: space-between;
   font-size: 12px;
   font-size: 12px;
   padding-right: 8px;
   padding-right: 8px;
+
+  > span {
+    display: block;
+    flex-grow: 2;
+    word-wrap: break-word;
+    white-space: normal;
+  }
+
+  .org-edit {
+    flex-grow: 0;
+    flex-shrink: 0;
+  }
 }
 }

+ 3 - 3
src/modules/exam/components/ApplyContent.vue

@@ -433,13 +433,13 @@
         @click="submit"
         @click="submit"
         >确认提交</el-button
         >确认提交</el-button
       >
       >
-      <el-button
-        v-if="IS_APPLY && curTaskApply.flowStatus !== 'REJECT'"
+      <!-- <el-button
+        v-if="IS_APPLY"
         type="primary"
         type="primary"
         :disabled="isSubmit"
         :disabled="isSubmit"
         @click="toSave"
         @click="toSave"
         >暂存</el-button
         >暂存</el-button
-      >
+      > -->
       <el-button
       <el-button
         v-if="IS_AUDIT"
         v-if="IS_AUDIT"
         type="primary"
         type="primary"