From 437144f41c74505d362a5214a18cec3d01b3ce4b Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 10 十月 2022 17:51:30 +0800
Subject: [PATCH] 2022.10.10
---
app.wxss | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/app.wxss b/app.wxss
index 29994ec..25494ee 100644
--- a/app.wxss
+++ b/app.wxss
@@ -39,8 +39,8 @@
}
.icon {
- width: 16px;
- height: 16px;
+ width: 20px;
+ height: 20px;
}
.fyui-selector {
@@ -80,14 +80,14 @@
}
.submit:active {
- background-color: var(--fyui-BG-COLOR-ACTIVE);
+ background: linear-gradient(to right, #b7e9ce, #adebde);
}
.no-data {
display: flex;
flex-direction: column;
align-items: center;
- height: 100vh;
+ height: 50vh;
}
.no-data image {
@@ -249,7 +249,7 @@
/* background-color: greenyellow; */
}
-.fyui-box .fyui-box__hd>image {
+.fyui-box .fyui-box__hd .fyui-box__hd_image {
width: 120px;
height: 80px;
}
--
Gitblit v1.9.3