From 1b560b7103c3b4874c2cfd42ca2a29d3b9f61cba Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 04 Jan 2022 18:25:49 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web
---
src/styles/mobile/popup.scss | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/styles/mobile/popup.scss b/src/styles/mobile/popup.scss
index a9428e0..b1c8595 100644
--- a/src/styles/mobile/popup.scss
+++ b/src/styles/mobile/popup.scss
@@ -139,6 +139,7 @@
width: 100%;
height: auto;
// border: 1px solid red;
+ word-wrap: break-word;
text-indent: 2em;
color: #fff;
}
@@ -502,10 +503,10 @@
position: fixed;
bottom: 6px;
left: 7px;
- background-color: #000;
+ background-color: rgb(33, 150, 243);
color: #fff;
z-index: 1;
font-size: 13px;
border-radius: 5px;
- padding: 3px 8px 4px;
+ padding: 4px 10px 5px;
}
--
Gitblit v1.9.3