wangziqian 5 gadi atpakaļ
vecāks
revīzija
44a64c9a1f

+ 1 - 8
src/views/projectManage/bugList/details/index.vue

@@ -184,7 +184,6 @@
                     <el-cascader
                       v-model="bug.theBugType"
                       :options="theBugTypeEnumList"
-                      :show-all-levels="false"
                       :props="{
                         value:'code',
                         label:'name',
@@ -1374,11 +1373,6 @@ export default {
   color: #666666;
   font-weight: 500;
   padding-left: 13px
-  span {
-    display: inline-block;
-    line-height: 13px;
-    width: 65px;
-  }
 }
 .bug_manage .el-cascader .el-input__inner:hover {
   border: thin solid #DCDFE6;
@@ -1489,7 +1483,6 @@ border-color: #DCDFE6;
 }
 
 .bug_removeDate {
- width:46px;
   height:16px;
   background:rgba(64,158,255,0.1);
   border:1px solid #409EFF;
@@ -1497,7 +1490,7 @@ border-color: #DCDFE6;
   border-radius:2px;
   font-size:8px;
   font-family:MicrosoftYaHei;
-  line-height:10px;
+  line-height:14px !important;
   color:#409EFF;
 }
 

+ 0 - 1
src/views/projectManage/bugList/details/statusChange.vue

@@ -36,7 +36,6 @@
           <el-cascader
             v-model="statusDialogForm.theBugType"
             :options="theBugTypeEnumList"
-            :show-all-levels="false"
             :props="{
               value:'code',
               label:'name',

+ 1 - 1
src/views/projectManage/bugList/file/createdBug.vue

@@ -46,7 +46,6 @@
                   <el-cascader
                     v-model="formInline.theBugType"
                     :options="theBugTypeEnumList"
-                    :show-all-levels="false"
                     :props="{
                       value:'code',
                       label:'name',
@@ -54,6 +53,7 @@
                       emitPath: false
                     }"
                     placeholder="请选择"
+                    clearable
                   />
                 </el-form-item>