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