fix : 细节优化
This commit is contained in:
@@ -334,11 +334,13 @@ const initChart = (type, valueA, valueB) => {
|
||||
<style lang="scss">
|
||||
.user-select {
|
||||
margin-bottom: 126px;
|
||||
.el-select{
|
||||
width: 476px;
|
||||
}
|
||||
|
||||
.el-select {
|
||||
width: 476px;
|
||||
}
|
||||
|
||||
.el-input {
|
||||
width: 300px;
|
||||
width: 476px;
|
||||
|
||||
.el-input__wrapper {
|
||||
background-color: transparent;
|
||||
@@ -403,20 +405,24 @@ const initChart = (type, valueA, valueB) => {
|
||||
.el-form-item.is-error .el-input__wrapper {
|
||||
box-shadow: none;
|
||||
}
|
||||
.el-select__wrapper {
|
||||
|
||||
.el-select__wrapper {
|
||||
min-height: 75px;
|
||||
height: auto !important;
|
||||
background-color: transparent;
|
||||
border: 1px solid #08B7B8;
|
||||
font-size: 35px;
|
||||
width: 476px!important;
|
||||
width: 476px !important;
|
||||
}
|
||||
|
||||
.el-select__popper {
|
||||
margin-top: -12px !important;
|
||||
background: #072247 !important;
|
||||
border: 1px solid #0F82AF !important;
|
||||
//width: 476px!important;
|
||||
.el-select-dropdown{
|
||||
inset: 86px auto auto 0 !important;
|
||||
|
||||
.el-select-dropdown {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user