样式调整

This commit is contained in:
shijingjing
2022-04-06 10:49:34 +08:00
parent a480902ce6
commit 0a30b0b091
5 changed files with 19 additions and 13 deletions

View File

@@ -27,7 +27,7 @@
<el-row type="flex">
<el-col :span="20">
<el-form-item label="执行时间" prop="executionTime">
<el-date-picker v-model="forms.executionTime" type="date" value-format="yyyy-MM-dd" placeholder="选择日期" style="width:375px">
<el-date-picker v-model="forms.executionTime" type="date" value-format="yyyy-MM-dd" placeholder="选择日期" style="width:338px">
</el-date-picker>
</el-form-item>
</el-col>
@@ -191,6 +191,12 @@ export default {
::v-deep .ai-info-item label {
width: 100px;
}
// ::v-deep .el-input__inner {
// width: 338px;
// }
// ::v-deep .el-form-item__content div {
// width: 338px !important;
// }
::v-deep .ai-detail__content--active {
padding: 20px;