diff --git a/.env.development b/.env.development index 196ad2f..0b6ff29 100644 --- a/.env.development +++ b/.env.development @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 产发工程数字管理平台 +VUE_APP_TITLE = 长安区数字工程监管系统 # 开发环境配置 ENV = 'development' -# 产发工程数字管理平台/开发环境 +# 长安区数字工程监管系统/开发环境 VUE_APP_BASE_API = '/jhapi' # 路由懒加载 diff --git a/.env.production b/.env.production index e0a57d2..cd2e99a 100644 --- a/.env.production +++ b/.env.production @@ -1,8 +1,8 @@ # 页面标题 -VUE_APP_TITLE = 产发工程数字管理平台 +VUE_APP_TITLE = 长安区数字工程监管系统 # 生产环境配置 ENV = 'production' -# 产发工程数字管理平台/生产环境 +# 长安区数字工程监管系统/生产环境 VUE_APP_BASE_API = '/jhapi' diff --git a/.env.staging b/.env.staging index eda5f42..b4e2577 100644 --- a/.env.staging +++ b/.env.staging @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 产发工程数字管理平台 +VUE_APP_TITLE = 长安区数字工程监管系统 NODE_ENV = production # 测试环境配置 ENV = 'staging' -# 产发工程数字管理平台/测试环境 +# 长安区数字工程监管系统/测试环境 VUE_APP_BASE_API = '/stage-api' diff --git a/public/css/largeScreenStyle.css b/public/css/largeScreenStyle.css index 3f3edd6..bc1cfcd 100644 --- a/public/css/largeScreenStyle.css +++ b/public/css/largeScreenStyle.css @@ -79,13 +79,11 @@ table{ .head-title-select{ padding-top: 23px; width: 12% ; - position: relative; } .head-title-date{ - padding-top: 15px; - width: 15% ; + padding-top: 30px; + width: 290px; display: flex; - align-items: center; } .head-nav{ width: 105px; @@ -130,19 +128,32 @@ table{ .head-select input::-webkit-input-placeholder{ color: #6ca5b1; } -.header-screen-ul{ +.title-select1 .header-screen-ul{ list-style: none; - width: 90%; + width: 128px; position: absolute; max-height: 600px; border: 1px solid #05556b; - left: 5%; background: #00092a; overflow: auto; color: #02a6ff; border-radius: 3px; z-index: 99999; } + +.title-select3 .header-screen-ul{ + list-style: none; + width: 182px; + position: absolute; + max-height: 600px; + border: 1px solid #05556b; + background: #00092a; + overflow: auto; + color: #02a6ff; + border-radius: 3px; + z-index: 99999; +} + .header-screen-ul::-webkit-scrollbar { width: 10px; height: 1px; diff --git a/public/favicon.ico b/public/favicon.ico index 0908b50..6113ef8 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index 72bfe50..0c560cc 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ -