微调
This commit is contained in:
@@ -297,7 +297,7 @@
|
||||
//全局dialog修改
|
||||
.el-dialog {
|
||||
padding: 0px !important;
|
||||
border: 2px solid #3665a0;
|
||||
border: 0 solid #3665a0;
|
||||
|
||||
.el-dialog__header {
|
||||
background: var(--el-color-primary);
|
||||
@@ -434,16 +434,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
.el-dialog {
|
||||
|
||||
|
||||
|
||||
}
|
||||
.dialog-small{
|
||||
.el-dialog__body{
|
||||
|
||||
|
||||
max-height: 250px;
|
||||
max-height: 280px;
|
||||
}
|
||||
}
|
||||
.dialog-middle{
|
||||
@@ -455,4 +448,23 @@
|
||||
.el-dialog__body{
|
||||
max-height: 620px;
|
||||
}
|
||||
}
|
||||
|
||||
.form-two {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
.el-form-item {
|
||||
display: flex;
|
||||
width: 48%;
|
||||
.el-form-item__content {
|
||||
flex: 1;
|
||||
.el-select,
|
||||
.el-cascader,
|
||||
.el-input__inner,
|
||||
.el-date-editor {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user