样式整改

This commit is contained in:
宋伟佳
2021-05-25 20:02:41 +08:00
parent 7e0cc4fd20
commit 4db7ae5888
51 changed files with 160 additions and 356 deletions
@@ -501,7 +501,6 @@ export default {
margin-left: 5px;
}
/deep/.el-input--suffix .el-input__inner {
border-radius: 100px;
height: 35px;
line-height: 35px;
}
-12
View File
@@ -1101,23 +1101,17 @@ export default {
color: #ffffff;
background: #409EFF;
border: none;
border-radius: 20px;
}
.advancedSearch-btn-reduce{
padding: 12px 12px;
color: #999;
background: #fff;
border: 1px solid #DCDFE6;
border-radius: 20px;
}
.advance-dialog {
.advance-dialog-form{
/deep/input.el-input__inner{
border-radius: 20px;
}
.el-date-editor, .advanced-three{
width: 247px;
border-radius: 20px;
}
.el-date-editor{
/deep/& > span{
@@ -1132,9 +1126,6 @@ button.el-button.advancedSearch-btn-reduce.el-button--default{
.query-box{
width: 850px;
.advance-dialog-form{
/deep/input.el-input__inner{
border-radius: 20px;
}
.advanced-class{
visibility: hidden;
}
@@ -1146,18 +1137,15 @@ button.el-button.advancedSearch-btn-reduce.el-button--default{
color: #ffffff;
background: #409EFF;
border: none;
border-radius: 20px;
}
.advancedSearch-btn-reduce{
padding: 12px 12px;
color: #999;
background: #fff;
border: 1px solid #DCDFE6;
border-radius: 20px;
}
.el-date-editor, .advanced-three{
width: 247px;
border-radius: 20px;
}
.el-date-editor{
/deep/& > span{
+1 -3
View File
@@ -1484,9 +1484,7 @@ export default {
flex-direction: column;
.input-wrapper{
padding: 10px 5px 0 5px;
.empty {
border-radius: 50px;
}
input{
display: inline-block;
width: 100%;
+2 -2
View File
@@ -441,7 +441,7 @@ export default {
},
computed: {
logo () {
return this.isCollapse ? require('assets/images/shangqi/img/logo-isCollapse.png') : require('assets/images/shangqi/img/logo.png')
return this.isCollapse ? require('assets/images/shangqi/img/logo-isCollapse.png') : require('assets/images/shangqi/img/logo2.png')
},
...mapGetters(['getDynamicTotal', 'isCollapse'])
},
@@ -469,7 +469,7 @@ export default {
background-size: 100% 100%;
&:not(.is-collapse) {
width: 212px;
background: url("~assets/images/shangqi/sideBar/side-bar-bg.png") no-repeat;
background: url("~assets/images/shangqi/sideBar/side-bar-bg1.png") no-repeat;
background-size: 100% 100%;
.logo {
img {