mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 20:39:48 +08:00
change style the button new order (#704)
This commit is contained in:
parent
8c47c95287
commit
c474244f08
@ -327,7 +327,7 @@ export default {
|
||||
styleTab() {
|
||||
const isShowedPOSOptions = this.$store.getters.getIsShowPOSOptions
|
||||
if (this.isShowedPOSKeyLayout || isShowedPOSOptions) {
|
||||
return 'adding-left: 0px; padding-right: 0px; padding-top: 3.5%;margin-right: 1%;'
|
||||
return 'adding-left: 0px; padding-right: 0px; padding-top: 2.5%;margin-right: 1%;'
|
||||
}
|
||||
return 'padding-left: 0px; padding-right: 0px; padding-top: 2.2%;margin-right: 1%;'
|
||||
},
|
||||
@ -669,9 +669,7 @@ export default {
|
||||
.el-tag--medium {
|
||||
height: 34px;
|
||||
line-height: 32px;
|
||||
width: 110%;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
.el-col {
|
||||
border-radius: 4px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user