From 9791cc0545c2bc6b1bc5ee9bea1e7c667f921762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com> Date: Thu, 13 Feb 2025 16:28:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E8=81=94IP=E5=AD=97=E6=AE=B5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 6 +- src/assets/styles/index.scss | 34 +- src/assets/styles/public.scss | 50 +- src/views/components/assetsType/index.vue | 4258 ++++++++---- src/views/components/myAssetsType/index.vue | 6132 ++++++++++++----- src/views/components/renwuType/webType1.vue | 5293 ++++++++++---- src/views/components/renwuType/webType2DW.vue | 5541 ++++++++++----- 7 files changed, 15338 insertions(+), 5976 deletions(-) diff --git a/.env.development b/.env.development index b636d01..0683c15 100644 --- a/.env.development +++ b/.env.development @@ -5,10 +5,10 @@ VUE_APP_TITLE = 太仓市网络和数据资产采集管理系统 ENV = 'development' # 若依管理系统/开发环境 -# VUE_APP_BASE_API = 'http://192.168.0.112:9115' -VUE_APP_BASE_API = 'http://39.101.188.84:9115' +VUE_APP_BASE_API = 'http://192.168.0.103:9115' +# VUE_APP_BASE_API = 'http://39.101.188.84:9115' # VUE_APP_BASE_API = 'http://192.168.0.112:9115' # 路由懒加载 -VUE_CLI_BABEL_TRANSPILE_MODULES = true +VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 9e9bcee..cc47d6d 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -1,18 +1,19 @@ -@import './variables.scss'; -@import './mixin.scss'; -@import './transition.scss'; -@import './element-ui.scss'; -@import './sidebar.scss'; -@import './btn.scss'; -@import './public.scss'; -@import './font.css'; +@import "./variables.scss"; +@import "./mixin.scss"; +@import "./transition.scss"; +@import "./element-ui.scss"; +@import "./sidebar.scss"; +@import "./btn.scss"; +@import "./public.scss"; +@import "./font.css"; body { height: 100%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; - font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif; + font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, + Microsoft YaHei, Arial, sans-serif; } label { @@ -26,7 +27,7 @@ html { #app { height: 100%; - background-color: #F2F4F6; + background-color: #f2f4f6; } *, @@ -107,7 +108,8 @@ aside { display: block; line-height: 32px; font-size: 16px; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, + Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; color: #2c3e50; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -139,7 +141,7 @@ aside { } .text-center { - text-align: center + text-align: center; } .sub-navbar { @@ -150,7 +152,13 @@ aside { text-align: right; padding-right: 20px; transition: 600ms ease position; - background: linear-gradient(90deg, rgba(32, 182, 249, 1) 0%, rgba(32, 182, 249, 1) 0%, rgba(33, 120, 241, 1) 100%, rgba(33, 120, 241, 1) 100%); + background: linear-gradient( + 90deg, + rgba(32, 182, 249, 1) 0%, + rgba(32, 182, 249, 1) 0%, + rgba(33, 120, 241, 1) 100%, + rgba(33, 120, 241, 1) 100% + ); .subtitle { font-size: 20px; diff --git a/src/assets/styles/public.scss b/src/assets/styles/public.scss index ae08178..b3a1b7e 100644 --- a/src/assets/styles/public.scss +++ b/src/assets/styles/public.scss @@ -3,7 +3,7 @@ width: 100%; display: flex; flex-direction: column; - background-color: #F2F4F6; + background-color: #f2f4f6; .content-search { padding-top: 20px; @@ -19,7 +19,7 @@ padding-left: 20px; position: relative; padding-bottom: 15px; - border-bottom: 1px solid #F2F4F6; + border-bottom: 1px solid #f2f4f6; &::before { content: ""; @@ -30,7 +30,7 @@ position: absolute; top: 0px; left: 0px; - background-color: #2F8AE5; + background-color: #2f8ae5; } } @@ -72,7 +72,7 @@ .search-title { display: flex; justify-content: space-between; - border-bottom: 1px solid #F2F4F6; + border-bottom: 1px solid #f2f4f6; padding: 0px 10px 0px 0px; .search-title-span { @@ -92,7 +92,7 @@ position: absolute; top: 0px; left: 0px; - background-color: #2F8AE5; + background-color: #2f8ae5; } } } @@ -115,7 +115,7 @@ } .evenNumber-row { - background-color: #F6F9FD; + background-color: #f6f9fd; } } } @@ -176,7 +176,7 @@ color: #192734; position: relative; padding: 15px 0 15px 20px; - border-bottom: 1px solid #F2F4F6; + border-bottom: 1px solid #f2f4f6; &::before { content: ""; @@ -187,7 +187,7 @@ position: absolute; top: 15px; left: 0px; - background-color: #2F8AE5; + background-color: #2f8ae5; } } @@ -235,7 +235,7 @@ font-family: Alibaba PuHuiTiR; font-weight: 400; font-size: 14px; - color: #5C6166; + color: #5c6166; } } } @@ -263,7 +263,7 @@ padding-left: 20px; position: relative; padding-bottom: 15px; - border-bottom: 1px solid #F2F4F6; + border-bottom: 1px solid #f2f4f6; &::before { content: ""; @@ -274,7 +274,7 @@ position: absolute; top: 0px; left: 0px; - background-color: #2F8AE5; + background-color: #2f8ae5; } } @@ -284,7 +284,7 @@ .top-info { padding: 20px; - background: #FAFBFC; + background: #fafbfc; .top-row { margin-bottom: 20px; @@ -300,7 +300,7 @@ font-family: Alibaba PuHuiTi; font-weight: 400; font-size: 14px; - color: #5C6166; + color: #5c6166; } } } @@ -312,7 +312,7 @@ } .info-cut-off-rule { - border-bottom: 1px solid #F2F4F6; + border-bottom: 1px solid #f2f4f6; display: flex; margin-bottom: 20px; @@ -337,15 +337,15 @@ .active-tab { color: #fff; - background-color: #1485EF; - border: 1px solid #1485EF; + background-color: #1485ef; + border: 1px solid #1485ef; } } .info-cut-off-rule-my { padding-top: 15px; padding-bottom: 15px; - border-bottom: 1px solid #F2F4F6; + border-bottom: 1px solid #f2f4f6; margin-bottom: 20px; .info-title { @@ -356,7 +356,6 @@ padding-left: 20px; position: relative; - &::before { content: ""; display: block; @@ -366,7 +365,7 @@ position: absolute; top: 0px; left: 0px; - background-color: #2F8AE5; + background-color: #2f8ae5; } } } @@ -385,7 +384,7 @@ } .evenNumber-row { - background-color: #F6F9FD; + background-color: #f6f9fd; } } } @@ -394,7 +393,7 @@ .audit-pages-box-two, .info-left-two { - background-color: #F2F4F6 !important; + background-color: #f2f4f6 !important; display: flex; flex-direction: column; @@ -417,7 +416,6 @@ .btn-box { position: absolute; right: calc(-100% - 10px); - } } @@ -440,19 +438,18 @@ .top-title-box { font-weight: 700; font-size: 18px; - color: #3D3D3D; + color: #3d3d3d; padding-left: 30px; } .top-title-two-box { font-weight: 700; font-size: 16px; - color: #3D3D3D; + color: #3d3d3d; padding-left: 50px; } .assets-info-box { - // padding-bottom: 100px; .demo-ruleForm { .upload-file { @@ -512,7 +509,6 @@ } } - input[aria-hidden="true"] { display: none !important; } @@ -524,4 +520,4 @@ input[aria-hidden="true"] { .bottomclass { text-align: center; background-color: #fff; -} \ No newline at end of file +} diff --git a/src/views/components/assetsType/index.vue b/src/views/components/assetsType/index.vue index 16f263f..b47323a 100644 --- a/src/views/components/assetsType/index.vue +++ b/src/views/components/assetsType/index.vue @@ -2,37 +2,58 @@
- + 基本信息
- + - + - - + - + - + + diff --git a/src/views/components/myAssetsType/index.vue b/src/views/components/myAssetsType/index.vue index 483329e..d4896bf 100644 --- a/src/views/components/myAssetsType/index.vue +++ b/src/views/components/myAssetsType/index.vue @@ -2,24 +2,47 @@
- + 基本信息
- + - + - + @@ -34,7 +57,11 @@ - + + diff --git a/src/views/components/renwuType/webType1.vue b/src/views/components/renwuType/webType1.vue index a362743..e863261 100644 --- a/src/views/components/renwuType/webType1.vue +++ b/src/views/components/renwuType/webType1.vue @@ -3,24 +3,47 @@
- + 基本信息
- + - + - + @@ -28,14 +51,21 @@ - + - + + diff --git a/src/views/components/renwuType/webType2DW.vue b/src/views/components/renwuType/webType2DW.vue index d1fc147..e98a30b 100644 --- a/src/views/components/renwuType/webType2DW.vue +++ b/src/views/components/renwuType/webType2DW.vue @@ -3,39 +3,68 @@
- + 基本信息
- + - - + + - - + + - + - +