From 4fc86b8e29c96e5f53a0566450c23e1f06b7682f Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 10 Feb 2023 16:29:27 +0800
Subject: [PATCH] 洪水淹没-河段api 去掉url后的参数
---
corelib/common/popup/css/style.css | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/corelib/common/popup/css/style.css b/corelib/common/popup/css/style.css
index eea4ff8..684f895 100644
--- a/corelib/common/popup/css/style.css
+++ b/corelib/common/popup/css/style.css
@@ -976,3 +976,30 @@
width: 96%;
text-align: right;
}
+
+/**确认保存弹出框**/
+.confirm-popup{
+margin-top: 5%;
+}
+
+.confirm-popup>div{
+ text-align: center;
+}
+
+.confirm-top{
+ font-size: 30px;
+}
+
+.confirm-bottom{
+ margin-top: 8%;
+}
+
+.save-name-input{
+ height: 26px;
+ width: 215px;
+}
+
+.confirm-button{
+ width: 80px;
+ height: 32px;
+}
--
Gitblit v1.9.3