|
@@ -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;
|
|
|
}
|
|
|
|