change style the button new order (#704)

pull/3759/head
Elsio Sanchez 2021-04-01 02:55:52 -04:00 committed by GitHub
parent 8c47c95287
commit c474244f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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;