64 lines
1.3 KiB
CSS
64 lines
1.3 KiB
CSS
.workOrderTitle[data-v-24ecea4a] {
|
|
border-left: 5px solid #0d7fe8;
|
|
padding-left: 10px;
|
|
}
|
|
.tab-title[data-v-24ecea4a] {
|
|
font-weight: bolder;
|
|
border-top: 1px solid #ebeef5;
|
|
margin-top: 15px;
|
|
clear: both;
|
|
}
|
|
.planStatus[data-v-c9bbd5b6] {
|
|
padding-top: 30px;
|
|
}
|
|
.planStatus2[data-v-c9bbd5b6] {
|
|
padding-top: 30px;
|
|
text-align: center;
|
|
}
|
|
.taskBtn[data-v-c9bbd5b6] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
padding-top: 30px;
|
|
padding-bottom: 32px;
|
|
}
|
|
.taskBtn > span[data-v-c9bbd5b6]:nth-of-type(2) {
|
|
padding: 0 10px;
|
|
}
|
|
.tabContainer[data-v-c9bbd5b6] {
|
|
margin-top: 30px;
|
|
}
|
|
.taskMsg[data-v-3b2d00d4] {
|
|
padding-bottom: 40px;
|
|
padding-top: 20px;
|
|
}
|
|
.taskMsg .formTime .el-input-number--medium[data-v-3b2d00d4] {
|
|
width: 100%;
|
|
}
|
|
.taskMsg .formItem[data-v-3b2d00d4] {
|
|
padding-top: 32px;
|
|
margin-bottom: 0;
|
|
width: 70%;
|
|
}
|
|
.taskMsg .formItem .formItemCell[data-v-3b2d00d4],
|
|
.taskMsg .formItem.inputWrap[data-v-3b2d00d4] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.taskMsg .formItem .formItemCell[data-v-3b2d00d4] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
width: 100%;
|
|
}
|
|
.taskMsg .formItem .formItemInput[data-v-3b2d00d4] {
|
|
width: 100px;
|
|
}
|
|
.taskMsg .formItem .inputText[data-v-3b2d00d4] {
|
|
padding: 0 8px;
|
|
}
|