47 lines
918 B
SCSS
47 lines
918 B
SCSS
.el-form-item--default {
|
|
height: auto !important;
|
|
margin-bottom: 8px;
|
|
}
|
|
.form-item {
|
|
width: 344px !important;
|
|
height: 32px;
|
|
margin-right: 12px !important;
|
|
.form-item-select {
|
|
width: 254px !important;
|
|
}
|
|
}
|
|
.form-box1 {
|
|
min-width: calc(100% - 217px);
|
|
max-width: calc(100% - 217px); // 184
|
|
.form-item {
|
|
.form-item-select {
|
|
width: 224px !important;
|
|
}
|
|
}
|
|
}
|
|
.btn-box {
|
|
display: flex;
|
|
flex: 1;
|
|
justify-content: flex-end;
|
|
}
|
|
.copyBtn {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.down-box {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 32px;
|
|
height: 32px;
|
|
margin-right: 15px;
|
|
cursor: pointer;
|
|
border: 1px solid #cccccc;
|
|
border-radius: 4px;
|
|
&:hover {
|
|
color: #4178d5 !important;
|
|
border: 1px solid rgb(65 120 213 / 50%);
|
|
}
|
|
}
|