diff --git a/package.json b/package.json index e9abd57..b481b6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi", - "version": "1.0.202407120913", + "version": "1.0.202407121624", "description": "金鸡湖现代服务业品牌管理系统", "author": "若依", "license": "MIT", diff --git a/src/assets/styles/public.scss b/src/assets/styles/public.scss index 9a08397..571f7b2 100644 --- a/src/assets/styles/public.scss +++ b/src/assets/styles/public.scss @@ -279,6 +279,18 @@ color: #1890FF; } } + .enter-contacts-list { + .el-row { + height: 80px; + } + .el-form-item { + margin-top: 20px; + margin-bottom: 28px; + .el-form-item__content { + width: 300px; + } + } + } .tabOneLabel,.tabOneContent { width: 220px; } @@ -982,9 +994,7 @@ display: flex; align-items: center; div { - &:first-child { - width: 200px; - } + margin-right: 60px; } } .info-content-content { diff --git a/src/views/enterpriselibrary/enterInfo/components/tabOne/index.vue b/src/views/enterpriselibrary/enterInfo/components/tabOne/index.vue index 65007d0..fdbf4d1 100644 --- a/src/views/enterpriselibrary/enterInfo/components/tabOne/index.vue +++ b/src/views/enterpriselibrary/enterInfo/components/tabOne/index.vue @@ -84,7 +84,7 @@ - {{ info.type == 1 ? "规上" : info.type == 2 ? "规下" : ""}} + {{ info.type == 1 ? "规上服务业" : info.type == 2 ? "其他" : ""}} {{ info.fddbrxm }} diff --git a/src/views/enterpriselibrary/enterInfo/components/tabTwo/index.vue b/src/views/enterpriselibrary/enterInfo/components/tabTwo/index.vue index 6a56b83..3d4229d 100644 --- a/src/views/enterpriselibrary/enterInfo/components/tabTwo/index.vue +++ b/src/views/enterpriselibrary/enterInfo/components/tabTwo/index.vue @@ -1,5 +1,5 @@