Browse Source

调整边距

QuKatie 3 years ago
parent
commit
97749524fd

+ 1 - 1
src/views/wel/components/pay-today.vue

@@ -83,7 +83,7 @@ export default {
 
 <style lang="scss" scoped>
 .home-container {
-  padding: 0px 5px 5px 5px;
+  padding: 0px 5px 5px 0px;
   box-sizing: border-box;
   height: 100%;
   ::v-deep .el-card__body {

+ 1 - 1
src/views/wel/components/realtime-data.vue

@@ -128,7 +128,7 @@ export default {
 
 <style lang="scss" scoped>
 .home-container {
-  padding: 5px;
+  padding: 0px 5px 5px 5px;
   box-sizing: border-box;
   height: 100%;
   ::v-deep .el-card__body {