From bb914b0cbf1f151eebc70e806df7e825786ab495 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期五, 10 十二月 2021 18:47:39 +0800
Subject: [PATCH] 改
---
src/pages/internetEquipment/module/elecModule.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/pages/internetEquipment/module/elecModule.vue b/src/pages/internetEquipment/module/elecModule.vue
index 08d2c5d..0f726fc 100644
--- a/src/pages/internetEquipment/module/elecModule.vue
+++ b/src/pages/internetEquipment/module/elecModule.vue
@@ -62,10 +62,10 @@
.elec-item {
display: flex;
align-items: center;
- justify-content: space-between;
+ justify-content: space-around;
margin-bottom: 4px;
- padding: 20px 5px 20px 5px;
- width: 240px;
+ padding: 20px 0;
+ width: 100%;
height: 78px;
background: #f9fafc;
border-radius: 10px;
@@ -84,7 +84,7 @@
.colobox {
position: absolute;
top: 2px;
- left: 10px;
+ left: 5px;
width: 29px;
height: 15px;
border-radius: 2px;
--
Gitblit v1.8.0