From ae6fccae984271d6380567b22e0e5bdd8da9b52b Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 09 八月 2024 14:38:32 +0800
Subject: [PATCH] #
---
static/css/wms.css/wms.css | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/static/css/wms.css/wms.css b/static/css/wms.css/wms.css
index 34210d6..5d625d6 100644
--- a/static/css/wms.css/wms.css
+++ b/static/css/wms.css/wms.css
@@ -3,6 +3,7 @@
min-height: 80rpx;
background-color: #FFF;
margin: 20rpx 20rpx;
+ padding: 10rpx;
border-radius: 20rpx;
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}
@@ -27,12 +28,13 @@
min-height: 40rpx;
display: flex;
align-items: center;
- width: 25%;
+ white-space: nowrap;
+ /* width: 25%; */
}
.left-item {
display: flex;
flex-wrap: wrap;
- width: 75%;
+ /* width: 75%; */
margin: 1px 1px 1px 1px;
/* color: #409EFF; */
}
--
Gitblit v1.9.1