1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-13 23:20:12 +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() { styleTab() {
const isShowedPOSOptions = this.$store.getters.getIsShowPOSOptions const isShowedPOSOptions = this.$store.getters.getIsShowPOSOptions
if (this.isShowedPOSKeyLayout || isShowedPOSOptions) { 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%;' return 'padding-left: 0px; padding-right: 0px; padding-top: 2.2%;margin-right: 1%;'
}, },
@ -669,9 +669,7 @@ export default {
.el-tag--medium { .el-tag--medium {
height: 34px; height: 34px;
line-height: 32px; line-height: 32px;
width: 110%;
text-align: center; text-align: center;
} }
.el-col { .el-col {
border-radius: 4px; border-radius: 4px;