From f15ad3456b47e43646234b9c91c3ddd77ab2cd02 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Wed, 05 Jun 2024 10:05:13 +0800
Subject: [PATCH] 123
---
static/css/public2.css | 17 ++++++++++-------
1 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/static/css/public2.css b/static/css/public2.css
index 74b56ee..56d197e 100644
--- a/static/css/public2.css
+++ b/static/css/public2.css
@@ -3,6 +3,9 @@
src: url(../fonts/number.otf);
font-weight: normal;
}
+.van-popover__action{
+ white-space: nowrap !important;
+}
.horseLampModule[data-v-3cbcde51] {
height: .5rem;
line-height: .5rem;
@@ -11831,7 +11834,7 @@
background-repeat: no-repeat;
background-position: 0 0;
position: relative;
- background-color: #fafafa;
+ background-color: #fff;
display: -ms-flexbox;
display: flex;
right: 0;
@@ -12788,7 +12791,7 @@
.mint-indexsection-index {
margin: 0;
padding: 10px;
- background-color: #fafafa
+ background-color: #fff
}
.mint-indexsection-index + ul {
@@ -12903,7 +12906,7 @@
}
body {
- background: #fafafa;
+ background: #fff;
font-family: \\5B8B\4F53, Arial Narrow
}
@@ -17110,7 +17113,7 @@
}
body.black-bg {
- background: #16171d;
+ /* background: #16171d; */
}
body {
@@ -17339,7 +17342,7 @@
}
.red-bg, body.red-bg {
- background: #fafafa
+ background: #fff
}
.red-bg {
@@ -17430,7 +17433,7 @@
.red-bg .order-info-box {
color: #333;
- background: #fafafa
+ background: #fff
}
.red-bg .order-info-box .order-title {
@@ -20623,7 +20626,7 @@
}
.el-table--striped .el-table__body tr.el-table__row--striped td {
- background: #fafafa
+ background: #fff
}
.el-table--striped .el-table__body tr.el-table__row--striped.current-row td {
--
Gitblit v1.9.3