From 4b8943bd66fc721f8381b74eff259a2f7ffef513 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期一, 27 二月 2023 17:34:19 +0800 Subject: [PATCH] 地形压平添加参数;坡度分析 添加图例,数据上传,元数据管理,资料馆添加元数据查询,综合展示图片更换 --- src/assets/css/index.css | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/assets/css/index.css b/src/assets/css/index.css index 917cd74..11697f2 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -195,7 +195,7 @@ } .userText { - font-size: 15px; + font-size: 10px; line-height: 15px; font-family: Microsoft YaHei; font-weight: 400; @@ -204,7 +204,7 @@ } .TextLanguage { - font-size: 15px; + font-size: 10px; line-height: 15px; font-family: Microsoft YaHei; font-weight: 400; @@ -214,7 +214,7 @@ .elLink { margin-left: 5px; - font-size: 15px; + font-size: 10px; margin-bottom: 4px; color: white; } @@ -238,7 +238,7 @@ z-index: 1024; margin-top: 15px; background: rgba(244, 248, 255, 1); - box-shadow: 0px 0px 6px 2px rgba(244,248,255, 0.85); + box-shadow: 0px 0px 6px 2px rgba(244, 248, 255, 0.85); border-radius: 5px; border: 1px solid #DCDFE6; } @@ -275,4 +275,4 @@ .ol-scale-line { display: block !important; -} +} \ No newline at end of file -- Gitblit v1.9.3