1
0
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:
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

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;