Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcjg-web
Showing
59 changed files
with
403 additions
and
371 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: 引入配置文件 | 2 | * @Description: 引入配置文件 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-03-15 17:11:59 | 4 | * @LastEditTime: 2023-03-20 15:16:11 |
5 | --> | 5 | --> |
6 | <!DOCTYPE html> | 6 | <!DOCTYPE html> |
7 | <html> | 7 | <html> |
... | @@ -26,8 +26,6 @@ | ... | @@ -26,8 +26,6 @@ |
26 | 26 | ||
27 | <script> | 27 | <script> |
28 | window.baseUrl = location.origin || location.protocol + '//' + location.host | 28 | window.baseUrl = location.origin || location.protocol + '//' + location.host |
29 | // window.authorization = 'bearer AT-14-h4UlUGjPvgmrIgnDO-3QgMP0m4YJGQTR'; | ||
30 | // window.authorization = 'bearer AT-223-c-Q86EHx75m7ig3EDf-SwMWl4U0AKn0b'; | ||
31 | window.timeout = 5000 | 29 | window.timeout = 5000 |
32 | window.authorization = "bearer AT-4-MxSrO29Coe7VTazx8uuixtqqgO-hvCB6" | 30 | window.authorization = "bearer AT-4-MxSrO29Coe7VTazx8uuixtqqgO-hvCB6" |
33 | </script> | 31 | </script> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -55,57 +55,5 @@ export default { | ... | @@ -55,57 +55,5 @@ export default { |
55 | </script> | 55 | </script> |
56 | 56 | ||
57 | <style lang="scss" scoped> | 57 | <style lang="scss" scoped> |
58 | .breadcrumb { | ||
59 | width: 80%; | ||
60 | text-indent: 10px; | ||
61 | background: url("~@/image/breadcrumb.png") no-repeat; | ||
62 | background-size: 100% 100%; | ||
63 | line-height: 32px; | ||
64 | height: 32px; | ||
65 | padding-left: 35px; | ||
66 | margin: 8px 0 10px 6px; | ||
67 | color: #CEF8FF; | ||
68 | } | ||
69 | |||
70 | /deep/.el-icon-arrow-right { | ||
71 | width: 2px; | ||
72 | position: relative; | ||
73 | left: -10px; | ||
74 | color: #FFFFFF; | ||
75 | // background-color: rgb(155, 200, 200); | ||
76 | } | ||
77 | |||
78 | /deep/.el-breadcrumb__inner { | ||
79 | color: #CEF8FF !important; | ||
80 | } | ||
81 | |||
82 | .breadcrumb1366 { | ||
83 | padding: 10px 0 !important; | ||
84 | } | ||
85 | 58 | ||
86 | .isFullScreen { | ||
87 | width: calc(100% - 20px); | ||
88 | margin: 0 auto; | ||
89 | padding: 10px !important; | ||
90 | } | ||
91 | |||
92 | .cur-location { | ||
93 | font-size: 16px; | ||
94 | color: white; | ||
95 | line-height: 40px; | ||
96 | float: left; | ||
97 | |||
98 | img { | ||
99 | position: relative; | ||
100 | top: 3px; | ||
101 | margin-right: 4px; | ||
102 | } | ||
103 | } | ||
104 | |||
105 | .el-breadcrumb__inner a, | ||
106 | .el-breadcrumb__inner.is-link { | ||
107 | color: white; | ||
108 | cursor: text; | ||
109 | font-weight: normal; | ||
110 | } | ||
111 | </style> | 59 | </style> | ... | ... |
... | @@ -43,9 +43,6 @@ export default { | ... | @@ -43,9 +43,6 @@ export default { |
43 | } | 43 | } |
44 | </script> | 44 | </script> |
45 | <style scoped lang='scss'> | 45 | <style scoped lang='scss'> |
46 | @import '~@/styles/public.scss'; | ||
47 | |||
48 | |||
49 | .result { | 46 | .result { |
50 | padding: 15px; | 47 | padding: 15px; |
51 | height: 100%; | 48 | height: 100%; | ... | ... |
... | @@ -21,224 +21,229 @@ | ... | @@ -21,224 +21,229 @@ |
21 | </div> | 21 | </div> |
22 | </template> | 22 | </template> |
23 | <script> | 23 | <script> |
24 | import { mapGetters } from 'vuex' | 24 | import { mapGetters } from 'vuex' |
25 | import Breadcrumb from './Breadcrumb' | 25 | import Breadcrumb from './Breadcrumb' |
26 | import defaultSettings from '@/settings' | 26 | import defaultSettings from '@/settings' |
27 | export default { | 27 | export default { |
28 | components: { | 28 | components: { |
29 | Breadcrumb | 29 | Breadcrumb |
30 | }, | 30 | }, |
31 | computed: { | 31 | computed: { |
32 | ...mapGetters(['sidebar', 'avatar', 'name']) | 32 | ...mapGetters(['sidebar', 'avatar', 'name']) |
33 | }, | ||
34 | data () { | ||
35 | return { | ||
36 | title: defaultSettings.title | ||
37 | } | ||
38 | }, | ||
39 | methods: { | ||
40 | handleDataView () { | ||
41 | const { href } = this.$router.resolve('/dataView'); | ||
42 | window.open(href, '_blank'); | ||
33 | }, | 43 | }, |
34 | data () { | 44 | themeChange (val) { |
35 | return { | 45 | this.$store.dispatch('app/updateTheme', val) |
36 | title: defaultSettings.title | ||
37 | } | ||
38 | }, | 46 | }, |
39 | methods: { | 47 | handleCommand (command) { |
40 | handleDataView () { | 48 | if (command == 'a') { |
41 | const { href } = this.$router.resolve('/dataView'); | 49 | } else { |
42 | window.open(href, '_blank'); | ||
43 | }, | ||
44 | themeChange (val) { | ||
45 | this.$store.dispatch('app/updateTheme', val) | ||
46 | }, | ||
47 | handleCommand (command) { | ||
48 | if (command == 'a') { | ||
49 | } else { | ||
50 | 50 | ||
51 | } | ||
52 | } | 51 | } |
53 | } | 52 | } |
54 | } | 53 | } |
54 | } | ||
55 | </script> | 55 | </script> |
56 | <style lang="scss" scoped> | 56 | <style lang="scss" scoped> |
57 | .navbar-con { | 57 | @import "~@/styles/_handle.scss"; |
58 | position: relative; | ||
59 | 58 | ||
60 | .logo { | 59 | .navbar-con { |
61 | color: #fff; | 60 | position: relative; |
62 | font-size: 26px; | 61 | |
63 | font-weight: 700; | 62 | .logo { |
64 | display: flex; | 63 | color: #fff; |
65 | img { | 64 | font-size: 26px; |
66 | width: 47px; | 65 | font-weight: 700; |
67 | height: 47px; | 66 | display: flex; |
68 | } | 67 | |
69 | h4 { | 68 | img { |
70 | margin-left: 20px; | 69 | width: 47px; |
71 | height: 50px; | 70 | height: 47px; |
72 | line-height: 50px; | 71 | } |
73 | } | 72 | |
73 | h4 { | ||
74 | margin-left: 20px; | ||
75 | height: 50px; | ||
76 | line-height: 50px; | ||
74 | } | 77 | } |
75 | } | 78 | } |
79 | } | ||
80 | |||
81 | .NoticeBar { | ||
82 | position: absolute; | ||
83 | bottom: 0; | ||
84 | } | ||
85 | |||
86 | .el-dropdown-menu { | ||
87 | padding: 0 !important; | ||
88 | border: 1px solid #ebeef5; | ||
89 | box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12); | ||
90 | border-radius: 4px 0 0 4px 4px; | ||
91 | |||
92 | .el-dropdown-menu__item { | ||
93 | text-align: center; | ||
94 | margin-top: 0 !important; | ||
95 | font-size: 14px; | ||
96 | font-weight: 400; | ||
97 | color: #4a4a4a; | ||
98 | width: 140px; | ||
99 | height: 36px; | ||
100 | line-height: 36px; | ||
101 | } | ||
76 | 102 | ||
77 | .NoticeBar { | 103 | .el-dropdown-menu__item:nth-child(6) { |
78 | position: absolute; | 104 | border-top: 1px solid #ebeef5; |
79 | bottom: 0; | ||
80 | } | 105 | } |
81 | 106 | ||
82 | .el-dropdown-menu { | 107 | .popper__arrow { |
83 | padding: 0 !important; | 108 | top: -11px !important; |
84 | border: 1px solid #ebeef5; | 109 | left: 110px !important; |
85 | box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12); | 110 | transform: rotate(0deg) scale(2); |
86 | border-radius: 4px 0 0 4px 4px; | 111 | } |
87 | |||
88 | .el-dropdown-menu__item { | ||
89 | text-align: center; | ||
90 | margin-top: 0 !important; | ||
91 | font-size: 14px; | ||
92 | font-family: PingFangSC-Regular, PingFang SC; | ||
93 | font-weight: 400; | ||
94 | color: #4a4a4a; | ||
95 | width: 140px; | ||
96 | height: 36px; | ||
97 | line-height: 36px; | ||
98 | } | ||
99 | 112 | ||
100 | .el-dropdown-menu__item:nth-child(6) { | 113 | .el-dropdown-menu__item:not(.is-disabled):hover, |
101 | border-top: 1px solid #ebeef5; | 114 | .el-dropdown-menu__item:focus { |
102 | } | 115 | background: #f6f7f9; |
116 | color: #4a4a4a; | ||
117 | } | ||
118 | } | ||
103 | 119 | ||
104 | .popper__arrow { | 120 | .navbar { |
105 | top: -11px !important; | 121 | height: $headerHeight; |
106 | left: 110px !important; | 122 | overflow: hidden; |
107 | transform: rotate(0deg) scale(2); | 123 | position: relative; |
108 | } | 124 | @include background_color("navbg"); |
109 | 125 | ||
110 | .el-dropdown-menu__item:not(.is-disabled):hover, | 126 | display: flex; |
111 | .el-dropdown-menu__item:focus { | 127 | align-items: center; |
112 | background: #f6f7f9; | 128 | padding-right: 20px; |
113 | color: #4a4a4a; | 129 | justify-content: space-between; |
114 | } | 130 | |
131 | .header-logo { | ||
132 | width: 300px; | ||
115 | } | 133 | } |
116 | 134 | ||
117 | .navbar { | 135 | .backdrop { |
136 | flex: 1; | ||
137 | width: 60%; | ||
138 | background-size: 100% 100%; | ||
118 | height: $headerHeight; | 139 | height: $headerHeight; |
119 | overflow: hidden; | ||
120 | position: relative; | ||
121 | background: linear-gradient(270deg, #ebf1ff 0%, #3d59c4 100%); | ||
122 | display: flex; | 140 | display: flex; |
123 | align-items: center; | 141 | align-items: center; |
124 | padding-right: 20px; | 142 | } |
125 | justify-content: space-between; | ||
126 | .header-logo { | ||
127 | width: 300px; | ||
128 | } | ||
129 | 143 | ||
130 | .backdrop { | 144 | .hamburger-container { |
131 | flex: 1; | 145 | line-height: 43px; |
132 | width: 60%; | 146 | height: 100%; |
133 | background-size: 100% 100%; | 147 | float: left; |
134 | height: $headerHeight; | 148 | cursor: pointer; |
135 | display: flex; | 149 | transition: background 0.3s; |
136 | align-items: center; | 150 | -webkit-tap-highlight-color: transparent; |
151 | |||
152 | &:hover { | ||
153 | background: rgba(0, 0, 0, 0.025); | ||
137 | } | 154 | } |
155 | } | ||
138 | 156 | ||
139 | .hamburger-container { | 157 | .breadcrumb-container { |
140 | line-height: 43px; | 158 | float: left; |
141 | height: 100%; | 159 | } |
142 | float: left; | ||
143 | cursor: pointer; | ||
144 | transition: background 0.3s; | ||
145 | -webkit-tap-highlight-color: transparent; | ||
146 | 160 | ||
147 | &:hover { | 161 | .right-menu { |
148 | background: rgba(0, 0, 0, 0.025); | 162 | float: right; |
149 | } | 163 | height: 100%; |
164 | line-height: 50px; | ||
165 | display: flex; | ||
166 | align-items: center; | ||
167 | |||
168 | .function { | ||
169 | margin: 0 15px; | ||
170 | cursor: pointer; | ||
150 | } | 171 | } |
151 | 172 | ||
152 | .breadcrumb-container { | 173 | .shutdown { |
153 | float: left; | 174 | font-size: 20px; |
175 | margin-left: 15px; | ||
176 | cursor: pointer; | ||
154 | } | 177 | } |
155 | 178 | ||
156 | .right-menu { | 179 | .organization-item { |
157 | float: right; | 180 | margin-right: 40px; |
158 | height: 100%; | 181 | margin-top: -40px !important; |
159 | line-height: 50px; | 182 | } |
160 | display: flex; | ||
161 | align-items: center; | ||
162 | 183 | ||
163 | .function { | 184 | .item { |
164 | margin: 0 15px; | 185 | margin-right: 40px; |
186 | margin-top: -20px; | ||
187 | line-height: 18.4px; | ||
188 | cursor: pointer; | ||
189 | position: relative; | ||
190 | |||
191 | .item-box { | ||
192 | position: absolute; | ||
193 | top: -5px; | ||
194 | left: 3px; | ||
195 | width: 100%; | ||
196 | min-width: 25px; | ||
197 | height: 25px; | ||
165 | cursor: pointer; | 198 | cursor: pointer; |
199 | z-index: 100; | ||
166 | } | 200 | } |
201 | } | ||
167 | 202 | ||
168 | .shutdown { | 203 | &:focus { |
169 | font-size: 20px; | 204 | outline: none; |
170 | margin-left: 15px; | 205 | } |
171 | cursor: pointer; | ||
172 | } | ||
173 | 206 | ||
174 | .organization-item { | 207 | .right-menu-item { |
175 | margin-right: 40px; | 208 | display: inline-block; |
176 | margin-top: -40px !important; | 209 | height: 100%; |
177 | } | 210 | font-size: 18px; |
211 | color: #fff; | ||
212 | vertical-align: text-bottom; | ||
178 | 213 | ||
179 | .item { | 214 | &.hover-effect { |
180 | margin-right: 40px; | ||
181 | margin-top: -20px; | ||
182 | line-height: 18.4px; | ||
183 | cursor: pointer; | 215 | cursor: pointer; |
184 | position: relative; | 216 | transition: background 0.3s; |
185 | 217 | display: flex; | |
186 | .item-box { | 218 | align-items: center; |
187 | position: absolute; | ||
188 | top: -5px; | ||
189 | left: 3px; | ||
190 | width: 100%; | ||
191 | min-width: 25px; | ||
192 | height: 25px; | ||
193 | cursor: pointer; | ||
194 | z-index: 100; | ||
195 | } | ||
196 | } | ||
197 | |||
198 | &:focus { | ||
199 | outline: none; | ||
200 | } | ||
201 | 219 | ||
202 | .right-menu-item { | 220 | &:hover { |
203 | display: inline-block; | 221 | background: rgba(0, 0, 0, 0.025); |
204 | height: 100%; | ||
205 | font-size: 18px; | ||
206 | color: #fff; | ||
207 | vertical-align: text-bottom; | ||
208 | |||
209 | &.hover-effect { | ||
210 | cursor: pointer; | ||
211 | transition: background 0.3s; | ||
212 | display: flex; | ||
213 | align-items: center; | ||
214 | |||
215 | &:hover { | ||
216 | background: rgba(0, 0, 0, 0.025); | ||
217 | } | ||
218 | } | 222 | } |
219 | } | 223 | } |
224 | } | ||
220 | 225 | ||
221 | .avatar-wrapper { | 226 | .avatar-wrapper { |
222 | position: relative; | 227 | position: relative; |
223 | display: flex; | 228 | display: flex; |
224 | height: 40px; | 229 | height: 40px; |
225 | align-items: center; | 230 | align-items: center; |
226 | 231 | ||
227 | .user-avatar { | 232 | .user-avatar { |
228 | cursor: pointer; | 233 | cursor: pointer; |
229 | width: 35px; | 234 | width: 35px; |
230 | height: 35px; | 235 | height: 35px; |
231 | border-radius: 50%; | 236 | border-radius: 50%; |
232 | } | 237 | } |
233 | 238 | ||
234 | .el-icon-caret-bottom { | 239 | .el-icon-caret-bottom { |
235 | cursor: pointer; | 240 | cursor: pointer; |
236 | position: absolute; | 241 | position: absolute; |
237 | right: -15px; | 242 | right: -15px; |
238 | top: 17px; | 243 | top: 17px; |
239 | font-size: 12px; | 244 | font-size: 12px; |
240 | } | ||
241 | } | 245 | } |
242 | } | 246 | } |
243 | } | 247 | } |
248 | } | ||
244 | </style> | 249 | </style> | ... | ... |
1 | /* | 1 | /* |
2 | * @Author: yangwei | 2 | * @Author: yangwei |
3 | * @Date: 2023-01-16 09:10:12 | 3 | * @Date: 2023-01-16 09:10:12 |
4 | * @LastEditors: yangwei | 4 | * @LastEditors: Please set LastEditors |
5 | * @LastEditTime: 2023-03-16 09:33:27 | 5 | * @LastEditTime: 2023-03-20 13:11:42 |
6 | * @FilePath: \bdcjg-web\src\main.js | 6 | * @FilePath: \bdcjg-web\src\main.js |
7 | * @Description: | 7 | * @Description: |
8 | * | 8 | * | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-03-15 11:17:28 | 4 | * @LastEditTime: 2023-03-20 14:35:04 |
5 | */ | 5 | */ |
6 | import router from "./router"; | 6 | import router from "./router"; |
7 | import store from "./store"; | 7 | import store from "./store"; |
... | @@ -9,10 +9,14 @@ import { getMenuInfo } from "@/api/user"; | ... | @@ -9,10 +9,14 @@ import { getMenuInfo } from "@/api/user"; |
9 | import NProgress from "nprogress"; // progress bar | 9 | import NProgress from "nprogress"; // progress bar |
10 | import "nprogress/nprogress.css"; // progress bar style | 10 | import "nprogress/nprogress.css"; // progress bar style |
11 | import getPageTitle from "@/utils/get-page-title"; | 11 | import getPageTitle from "@/utils/get-page-title"; |
12 | import getTheme from "@/utils/theme"; | ||
12 | import Cookies from "js-cookie"; | 13 | import Cookies from "js-cookie"; |
13 | NProgress.configure({ showSpinner: false }); // NProgress Configuration | 14 | NProgress.configure({ showSpinner: false }); |
14 | router.beforeEach(async (to, from, next) => { | 15 | router.beforeEach(async (to, from, next) => { |
16 | getTheme() | ||
17 | |||
15 | NProgress.start(); | 18 | NProgress.start(); |
19 | window.document.documentElement.setAttribute("data-theme", 'blue'); | ||
16 | document.title = getPageTitle(to.meta.title); | 20 | document.title = getPageTitle(to.meta.title); |
17 | let hasAddDict = store.state.dict.addDict; | 21 | let hasAddDict = store.state.dict.addDict; |
18 | let hasUser = store.state.user.hasUser; | 22 | let hasUser = store.state.user.hasUser; |
... | @@ -29,7 +33,7 @@ router.beforeEach(async (to, from, next) => { | ... | @@ -29,7 +33,7 @@ router.beforeEach(async (to, from, next) => { |
29 | //请求用户信息 | 33 | //请求用户信息 |
30 | if (!hasUser) { | 34 | if (!hasUser) { |
31 | store.dispatch("user/getUserInfo"); | 35 | store.dispatch("user/getUserInfo"); |
32 | import("@/styles/public.scss"); | 36 | // import("@/styles/public.scss"); |
33 | } | 37 | } |
34 | if (hasAddRoute) { | 38 | if (hasAddRoute) { |
35 | next(); | 39 | next(); | ... | ... |
src/styles/_handle.scss
0 → 100644
1 | @import "./_themes.scss"; | ||
2 | |||
3 | //遍历主题map | ||
4 | @mixin themeify { | ||
5 | |||
6 | @each $theme-name, | ||
7 | $theme-map in $themes { | ||
8 | //!global 把局部变量强升为全局变量 | ||
9 | $theme-map: $theme-map !global; | ||
10 | |||
11 | //判断html的data-theme的属性值 #{}是sass的插值表达式 | ||
12 | //& sass嵌套里的父容器标识 @content是混合器插槽,像vue的slot | ||
13 | [data-theme="#{$theme-name}"] & { | ||
14 | @content; | ||
15 | } | ||
16 | } | ||
17 | } | ||
18 | |||
19 | //声明一个根据Key获取颜色的function | ||
20 | @function themed($key) { | ||
21 | @return map-get($theme-map, $key); | ||
22 | } | ||
23 | //获取渐变背景 | ||
24 | @mixin background($color) { | ||
25 | @include themeify { | ||
26 | background: themed($color) !important; | ||
27 | } | ||
28 | } | ||
29 | |||
30 | //获取背景颜色 | ||
31 | @mixin background_color($color) { | ||
32 | @include themeify { | ||
33 | background-color: themed($color) !important; | ||
34 | } | ||
35 | } | ||
36 | //获取字体颜色 | ||
37 | @mixin font_color($color) { | ||
38 | @include themeify { | ||
39 | color: themed($color)!important; | ||
40 | } | ||
41 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
src/styles/_themes.scss
0 → 100644
1 | $themes: (blue: ( //背景 | ||
2 | navbg: #3D59C4, | ||
3 | menuBg: #121F41, | ||
4 | menuActive: linear-gradient(90deg, rgba(61,90,198,0.7) 0%, rgba(61,90,198,0) 100%), | ||
5 | //字体 | ||
6 | menuText: #A1A7C2, | ||
7 | menuActiveText: #FFFFFF | ||
8 | ), | ||
9 | |||
10 | green: ( | ||
11 | navbg: #0F8B80, | ||
12 | menuBg:#121A2E, | ||
13 | menuActive: linear-gradient(90deg, rgba(61,90,198,0.7) 0%, rgba(61,90,198,0) 100%), | ||
14 | //字体 | ||
15 | menuText: #A1A7C2, | ||
16 | menuActiveText: #FFFFFF | ||
17 | ) | ||
18 | ) | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | @import './variables.scss'; | 1 | @import './variables.scss'; |
2 | @import './mixin.scss'; | 2 | @import './mixin.scss'; |
3 | @import './transition.scss'; | 3 | @import './transition.scss'; |
4 | @import './element-ui.scss'; | 4 | // @import './element-ui.scss'; |
5 | // @import './sidebar.scss'; | ||
6 | |||
7 | /* CSS 初始化 */ | 5 | /* CSS 初始化 */ |
8 | html, | 6 | html, |
9 | body, | 7 | body, |
... | @@ -137,8 +135,8 @@ ul li { | ... | @@ -137,8 +135,8 @@ ul li { |
137 | } | 135 | } |
138 | 136 | ||
139 | .mb-5 { | 137 | .mb-5 { |
140 | margin-bottom: 10px!important; | 138 | margin-bottom: 10px !important; |
141 | margin-top: 10px!important; | 139 | margin-top: 10px !important; |
142 | } | 140 | } |
143 | 141 | ||
144 | .pr-5 { | 142 | .pr-5 { |
... | @@ -150,8 +148,8 @@ ul li { | ... | @@ -150,8 +148,8 @@ ul li { |
150 | } | 148 | } |
151 | 149 | ||
152 | .mt-10 { | 150 | .mt-10 { |
153 | margin-top: 20px!important; | 151 | margin-top: 20px !important; |
154 | margin-bottom: 5px!important; | 152 | margin-bottom: 5px !important; |
155 | } | 153 | } |
156 | 154 | ||
157 | //flex 公共样式 | 155 | //flex 公共样式 |
... | @@ -362,6 +360,7 @@ aside { | ... | @@ -362,6 +360,7 @@ aside { |
362 | border-radius: 16px; | 360 | border-radius: 16px; |
363 | color: #0097FF; | 361 | color: #0097FF; |
364 | } | 362 | } |
363 | |||
365 | .successColor:hover { | 364 | .successColor:hover { |
366 | width: 64px; | 365 | width: 64px; |
367 | height: 28px; | 366 | height: 28px; |
... | @@ -369,6 +368,7 @@ aside { | ... | @@ -369,6 +368,7 @@ aside { |
369 | border-radius: 16px; | 368 | border-radius: 16px; |
370 | color: #0097FF; | 369 | color: #0097FF; |
371 | } | 370 | } |
371 | |||
372 | .configurationbtnColor { | 372 | .configurationbtnColor { |
373 | width: 64px; | 373 | width: 64px; |
374 | height: 28px; | 374 | height: 28px; |
... | @@ -376,13 +376,15 @@ aside { | ... | @@ -376,13 +376,15 @@ aside { |
376 | border-radius: 16px; | 376 | border-radius: 16px; |
377 | color: #b0e4dd; | 377 | color: #b0e4dd; |
378 | } | 378 | } |
379 | .configurationbtnColor:hover { | 379 | |
380 | .configurationbtnColor:hover { | ||
380 | width: 64px; | 381 | width: 64px; |
381 | height: 28px; | 382 | height: 28px; |
382 | background: rgba(255, 255, 255, 0.2); | 383 | background: rgba(255, 255, 255, 0.2); |
383 | border-radius: 16px; | 384 | border-radius: 16px; |
384 | color: #b0e4dd; | 385 | color: #b0e4dd; |
385 | } | 386 | } |
387 | |||
386 | .resetbtnColor { | 388 | .resetbtnColor { |
387 | width: 64px; | 389 | width: 64px; |
388 | height: 28px; | 390 | height: 28px; |
... | @@ -390,13 +392,15 @@ aside { | ... | @@ -390,13 +392,15 @@ aside { |
390 | border-radius: 16px; | 392 | border-radius: 16px; |
391 | color: #A5CBDA; | 393 | color: #A5CBDA; |
392 | } | 394 | } |
393 | .resetbtnColor:hover { | 395 | |
396 | .resetbtnColor:hover { | ||
394 | width: 64px; | 397 | width: 64px; |
395 | height: 28px; | 398 | height: 28px; |
396 | background: rgba(255, 255, 255, 0.2); | 399 | background: rgba(255, 255, 255, 0.2); |
397 | border-radius: 16px; | 400 | border-radius: 16px; |
398 | color: #A5CBDA; | 401 | color: #A5CBDA; |
399 | } | 402 | } |
403 | |||
400 | .movebtnColor { | 404 | .movebtnColor { |
401 | width: 64px; | 405 | width: 64px; |
402 | height: 28px; | 406 | height: 28px; |
... | @@ -404,6 +408,7 @@ aside { | ... | @@ -404,6 +408,7 @@ aside { |
404 | border-radius: 16px; | 408 | border-radius: 16px; |
405 | color: #0097FF; | 409 | color: #0097FF; |
406 | } | 410 | } |
411 | |||
407 | .movebtnColor:hover { | 412 | .movebtnColor:hover { |
408 | background: rgba(255, 255, 255, 0.2); | 413 | background: rgba(255, 255, 255, 0.2); |
409 | border-radius: 16px; | 414 | border-radius: 16px; |
... | @@ -513,4 +518,4 @@ aside { | ... | @@ -513,4 +518,4 @@ aside { |
513 | @font-face { | 518 | @font-face { |
514 | font-family: AliBold; | 519 | font-family: AliBold; |
515 | src: url('../image/font/Alibaba_PuHuiTi_2.0_55_Regular_85_Bold.ttf') | 520 | src: url('../image/font/Alibaba_PuHuiTi_2.0_55_Regular_85_Bold.ttf') |
516 | } | 521 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
1 | @import '~@/styles/element-ui.scss'; | ||
2 | |||
1 | .tableClass { | 3 | .tableClass { |
2 | .el-table { | 4 | .el-table { |
3 | border: none !important; | 5 | border: none !important; |
... | @@ -445,3 +447,51 @@ | ... | @@ -445,3 +447,51 @@ |
445 | } | 447 | } |
446 | } | 448 | } |
447 | } | 449 | } |
450 | |||
451 | // 面包屑 | ||
452 | .breadcrumb { | ||
453 | width: 80%; | ||
454 | text-indent: 10px; | ||
455 | background: url("~@/image/breadcrumb.png") no-repeat; | ||
456 | background-size: 100% 100%; | ||
457 | line-height: 32px; | ||
458 | height: 32px; | ||
459 | padding-left: 35px; | ||
460 | margin: 8px 0 10px 6px; | ||
461 | color: #CEF8FF; | ||
462 | } | ||
463 | |||
464 | .el-icon-arrow-right { | ||
465 | width: 2px; | ||
466 | position: relative; | ||
467 | left: -10px; | ||
468 | color: #FFFFFF; | ||
469 | } | ||
470 | |||
471 | .el-breadcrumb__inner { | ||
472 | color: #CEF8FF !important; | ||
473 | } | ||
474 | |||
475 | .breadcrumb1366 { | ||
476 | padding: 10px 0 !important; | ||
477 | } | ||
478 | |||
479 | .cur-location { | ||
480 | font-size: 16px; | ||
481 | color: white; | ||
482 | line-height: 40px; | ||
483 | float: left; | ||
484 | |||
485 | img { | ||
486 | position: relative; | ||
487 | top: 3px; | ||
488 | margin-right: 4px; | ||
489 | } | ||
490 | } | ||
491 | |||
492 | .el-breadcrumb__inner a, | ||
493 | .el-breadcrumb__inner.is-link { | ||
494 | color: white; | ||
495 | cursor: text; | ||
496 | font-weight: normal; | ||
497 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
This diff is collapsed.
Click to expand it.
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-03-07 09:35:10 | 4 | * @LastEditTime: 2023-03-20 15:12:38 |
5 | */ | 5 | */ |
6 | import Layout from '@/layout' | 6 | import Layout from '@/layout' |
7 | export default function filterAsyncRouter (routers) { | 7 | export default function filterAsyncRouter (routers) { | ... | ... |
src/utils/theme.js
0 → 100644
1 | /* | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-03-20 14:50:19 | ||
5 | */ | ||
6 | import Vue from 'vue' | ||
7 | export default function getTheme (theme = Vue.prototype.BASE_API.THEME) { | ||
8 | const resultMap = { | ||
9 | 'jg': function () { | ||
10 | import("@/styles/jgPublic.scss") | ||
11 | }, | ||
12 | 'sjsb': function () { | ||
13 | }, | ||
14 | default: function () { | ||
15 | }, | ||
16 | } | ||
17 | return resultMap[theme]() || resultMap.default() | ||
18 | } |
1 | /* | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-03-17 15:13:09 | ||
5 | */ | ||
1 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
2 | class data extends filter { | 7 | class data extends filter { |
3 | constructor() { | 8 | constructor() { |
... | @@ -54,7 +59,7 @@ class data extends filter { | ... | @@ -54,7 +59,7 @@ class data extends filter { |
54 | { | 59 | { |
55 | label: "解封机关", | 60 | label: "解封机关", |
56 | prop: "jfjg", | 61 | prop: "jfjg", |
57 | width: 150, | 62 | minWidth: 150, |
58 | }, | 63 | }, |
59 | { | 64 | { |
60 | label: "解封文号", | 65 | label: "解封文号", | ... | ... |
... | @@ -22,16 +22,6 @@ | ... | @@ -22,16 +22,6 @@ |
22 | </el-select> | 22 | </el-select> |
23 | </el-form-item> | 23 | </el-form-item> |
24 | </el-col> | 24 | </el-col> |
25 | <!-- <el-col :span="5"> | ||
26 | <el-form-item label="坐落"> | ||
27 | <el-input v-model="form.ZL" placeholder="坐落"></el-input> | ||
28 | </el-form-item> | ||
29 | </el-col> --> | ||
30 | <!-- <el-col :span="5"> | ||
31 | <el-form-item label="不动产权证号"> | ||
32 | <el-input v-model="form.BDCQZH" placeholder="不动产权证号"></el-input> | ||
33 | </el-form-item> | ||
34 | </el-col> --> | ||
35 | <el-col :span="5"> | 25 | <el-col :span="5"> |
36 | <el-form-item label="权利人" label-width="80px"> | 26 | <el-form-item label="权利人" label-width="80px"> |
37 | <el-input v-model="form.QLR" clearable placeholder="权利人"></el-input> | 27 | <el-input v-model="form.QLR" clearable placeholder="权利人"></el-input> |
... | @@ -159,7 +149,4 @@ export default { | ... | @@ -159,7 +149,4 @@ export default { |
159 | } | 149 | } |
160 | } | 150 | } |
161 | } | 151 | } |
162 | </script> | 152 | </script> |
163 | <style scoped lang="scss"> | ||
164 | // @import "~@/styles/public.scss"; | ||
165 | </style> | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-03-13 14:22:01 | 4 | * @LastEditTime: 2023-03-17 15:13:30 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | class data extends filter { | 7 | class data extends filter { |
... | @@ -34,7 +34,8 @@ class data extends filter { | ... | @@ -34,7 +34,8 @@ class data extends filter { |
34 | }, | 34 | }, |
35 | { | 35 | { |
36 | label: "业务号", | 36 | label: "业务号", |
37 | prop: "ywh" | 37 | prop: "ywh", |
38 | minWidth: 150, | ||
38 | }, | 39 | }, |
39 | { | 40 | { |
40 | label: "不动产单元号", | 41 | label: "不动产单元号", |
... | @@ -62,6 +63,7 @@ class data extends filter { | ... | @@ -62,6 +63,7 @@ class data extends filter { |
62 | }, | 63 | }, |
63 | { | 64 | { |
64 | label: "登记类型", | 65 | label: "登记类型", |
66 | minWidth: 100, | ||
65 | render: (h, scope) => { | 67 | render: (h, scope) => { |
66 | return ( | 68 | return ( |
67 | <div> | 69 | <div> |
... | @@ -73,11 +75,12 @@ class data extends filter { | ... | @@ -73,11 +75,12 @@ class data extends filter { |
73 | { | 75 | { |
74 | label: "被担保主债权数额", | 76 | label: "被担保主债权数额", |
75 | prop: "bdbzzqse", | 77 | prop: "bdbzzqse", |
76 | width: 135, | 78 | minWidth: 135, |
77 | }, | 79 | }, |
78 | { | 80 | { |
79 | label: "最高债权额", | 81 | label: "最高债权额", |
80 | prop: "zgzqse" | 82 | prop: "zgzqse", |
83 | minWidth: 100, | ||
81 | }, | 84 | }, |
82 | { | 85 | { |
83 | label: "登记时间", | 86 | label: "登记时间", | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-03-13 14:23:47 | 4 | * @LastEditTime: 2023-03-17 15:14:13 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | class data extends filter { | 7 | class data extends filter { |
... | @@ -34,6 +34,7 @@ class data extends filter { | ... | @@ -34,6 +34,7 @@ class data extends filter { |
34 | }, | 34 | }, |
35 | { | 35 | { |
36 | label: "业务号", | 36 | label: "业务号", |
37 | minWidth: 150, | ||
37 | prop: "YWH", | 38 | prop: "YWH", |
38 | }, | 39 | }, |
39 | { | 40 | { | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-03-13 14:25:09 | 4 | * @LastEditTime: 2023-03-17 15:18:26 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | class data extends filter { | 7 | class data extends filter { |
... | @@ -34,7 +34,8 @@ class data extends filter { | ... | @@ -34,7 +34,8 @@ class data extends filter { |
34 | }, | 34 | }, |
35 | { | 35 | { |
36 | label: "业务号", | 36 | label: "业务号", |
37 | prop: "ywh" | 37 | prop: "ywh", |
38 | minWidth: 150, | ||
38 | }, | 39 | }, |
39 | { | 40 | { |
40 | label: "不动产单元号", | 41 | label: "不动产单元号", |
... | @@ -49,7 +50,7 @@ class data extends filter { | ... | @@ -49,7 +50,7 @@ class data extends filter { |
49 | { | 50 | { |
50 | label: "权利人", | 51 | label: "权利人", |
51 | prop: "qlrmc", | 52 | prop: "qlrmc", |
52 | width: 150 | 53 | minWidth: 100 |
53 | }, | 54 | }, |
54 | { | 55 | { |
55 | label: "用途", | 56 | label: "用途", |
... | @@ -57,7 +58,7 @@ class data extends filter { | ... | @@ -57,7 +58,7 @@ class data extends filter { |
57 | }, | 58 | }, |
58 | { | 59 | { |
59 | label: "权利类型", | 60 | label: "权利类型", |
60 | width: 150, | 61 | minWidth: 160, |
61 | render: (h, scope) => { | 62 | render: (h, scope) => { |
62 | return ( | 63 | return ( |
63 | <div> | 64 | <div> | ... | ... |
1 | /* | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-03-17 15:18:47 | ||
5 | */ | ||
1 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
2 | class data extends filter { | 7 | class data extends filter { |
3 | constructor() { | 8 | constructor() { |
... | @@ -30,6 +35,7 @@ class data extends filter { | ... | @@ -30,6 +35,7 @@ class data extends filter { |
30 | { | 35 | { |
31 | label: "业务号", | 36 | label: "业务号", |
32 | prop: "ywh", | 37 | prop: "ywh", |
38 | minWidth: 150, | ||
33 | }, | 39 | }, |
34 | { | 40 | { |
35 | label: "不动产单元号", | 41 | label: "不动产单元号", |
... | @@ -44,14 +50,16 @@ class data extends filter { | ... | @@ -44,14 +50,16 @@ class data extends filter { |
44 | { | 50 | { |
45 | label: "权利人", | 51 | label: "权利人", |
46 | prop: "qlrmc", | 52 | prop: "qlrmc", |
47 | width: 150 | 53 | minWidth: 70 |
48 | }, | 54 | }, |
49 | { | 55 | { |
50 | label: "用途", | 56 | label: "用途", |
51 | prop: "ytmc" | 57 | prop: "ytmc", |
58 | minWidth: 70 | ||
52 | }, | 59 | }, |
53 | { | 60 | { |
54 | label: "权利类型", | 61 | label: "权利类型", |
62 | minWidth: 170, | ||
55 | render: (h, scope) => { | 63 | render: (h, scope) => { |
56 | return ( | 64 | return ( |
57 | <div> | 65 | <div> | ... | ... |
1 | /* | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-03-17 15:15:38 | ||
5 | */ | ||
1 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
2 | class data extends filter { | 7 | class data extends filter { |
3 | constructor() { | 8 | constructor() { |
... | @@ -51,7 +56,8 @@ class data extends filter { | ... | @@ -51,7 +56,8 @@ class data extends filter { |
51 | }, | 56 | }, |
52 | { | 57 | { |
53 | label: "用途", | 58 | label: "用途", |
54 | prop: "yt" | 59 | prop: "yt", |
60 | minWidth: 150, | ||
55 | }, | 61 | }, |
56 | { | 62 | { |
57 | label: "权利类型", | 63 | label: "权利类型", | ... | ... |
... | @@ -164,6 +164,5 @@ export default { | ... | @@ -164,6 +164,5 @@ export default { |
164 | } | 164 | } |
165 | </script> | 165 | </script> |
166 | <style scoped lang="scss"> | 166 | <style scoped lang="scss"> |
167 | // @import "~@/styles/public.scss"; | ||
168 | @import "./index.scss"; | 167 | @import "./index.scss"; |
169 | </style> | 168 | </style> | ... | ... |
... | @@ -30,17 +30,17 @@ class data extends filter { | ... | @@ -30,17 +30,17 @@ class data extends filter { |
30 | { | 30 | { |
31 | label: "业务号", | 31 | label: "业务号", |
32 | prop: "YWH", | 32 | prop: "YWH", |
33 | width: 150, | 33 | minWidth: 150, |
34 | }, | 34 | }, |
35 | { | 35 | { |
36 | label: "不动产单元号", | 36 | label: "不动产单元号", |
37 | prop: "BDCDYH", | 37 | prop: "BDCDYH", |
38 | width: 150, | 38 | minWidth: 150, |
39 | }, | 39 | }, |
40 | { | 40 | { |
41 | label: "不动产权证号", | 41 | label: "不动产权证号", |
42 | prop: "BDCQZH", | 42 | prop: "BDCQZH", |
43 | width: 150, | 43 | minWidth: 150, |
44 | }, | 44 | }, |
45 | { | 45 | { |
46 | label: "地籍号", | 46 | label: "地籍号", | ... | ... |
... | @@ -12,6 +12,7 @@ class data extends filter { | ... | @@ -12,6 +12,7 @@ class data extends filter { |
12 | }, | 12 | }, |
13 | { | 13 | { |
14 | label: "预告登记种类", | 14 | label: "预告登记种类", |
15 | minWidth: 130, | ||
15 | render: (h, scope) => { | 16 | render: (h, scope) => { |
16 | return ( | 17 | return ( |
17 | <div> | 18 | <div> |
... | @@ -22,7 +23,7 @@ class data extends filter { | ... | @@ -22,7 +23,7 @@ class data extends filter { |
22 | }, | 23 | }, |
23 | { | 24 | { |
24 | label: "登记类型", | 25 | label: "登记类型", |
25 | width: 100, | 26 | minWidth: 100, |
26 | render: (h, scope) => { | 27 | render: (h, scope) => { |
27 | return ( | 28 | return ( |
28 | <div> | 29 | <div> |
... | @@ -33,11 +34,13 @@ class data extends filter { | ... | @@ -33,11 +34,13 @@ class data extends filter { |
33 | }, | 34 | }, |
34 | { | 35 | { |
35 | label: "不动产单元号", | 36 | label: "不动产单元号", |
36 | prop: "BDCDYH" | 37 | prop: "BDCDYH", |
38 | minWidth: 150, | ||
37 | }, | 39 | }, |
38 | { | 40 | { |
39 | label: "不动产登记证明号", | 41 | label: "不动产登记证明号", |
40 | prop: "BDCDJZMH" | 42 | prop: "BDCDJZMH", |
43 | minWidth: 150, | ||
41 | }, | 44 | }, |
42 | { | 45 | { |
43 | label: "登记时间", | 46 | label: "登记时间", | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-03-13 14:37:10 | 4 | * @LastEditTime: 2023-03-17 15:18:00 |
5 | */ | 5 | */ |
6 | 6 | ||
7 | import filter from '@/utils/filter.js' | 7 | import filter from '@/utils/filter.js' |
... | @@ -45,7 +45,7 @@ class data extends filter { | ... | @@ -45,7 +45,7 @@ class data extends filter { |
45 | { | 45 | { |
46 | label: "不动产权证号", | 46 | label: "不动产权证号", |
47 | prop: "BDCQZH", | 47 | prop: "BDCQZH", |
48 | width: 150 | 48 | minWidth: 150 |
49 | }, | 49 | }, |
50 | { | 50 | { |
51 | label: "权利人", | 51 | label: "权利人", | ... | ... |
... | @@ -321,8 +321,6 @@ | ... | @@ -321,8 +321,6 @@ |
321 | }; | 321 | }; |
322 | </script> | 322 | </script> |
323 | <style scoped lang="scss"> | 323 | <style scoped lang="scss"> |
324 | // @import "~@/styles/public.scss"; | ||
325 | |||
326 | .jktjDetail { | 324 | .jktjDetail { |
327 | height: 100%; | 325 | height: 100%; |
328 | display: flex; | 326 | display: flex; |
... | @@ -359,6 +357,4 @@ | ... | @@ -359,6 +357,4 @@ |
359 | } | 357 | } |
360 | } | 358 | } |
361 | </style> | 359 | </style> |
362 | <style scoped lang="scss"> | 360 | |
363 | // @import "~@/styles/public.scss"; | ||
364 | </style> | ... | ... |
... | @@ -286,8 +286,6 @@ | ... | @@ -286,8 +286,6 @@ |
286 | }; | 286 | }; |
287 | </script> | 287 | </script> |
288 | <style scoped lang="scss"> | 288 | <style scoped lang="scss"> |
289 | // @import "~@/styles/public.scss"; | ||
290 | |||
291 | .jktjDetail { | 289 | .jktjDetail { |
292 | height: 100%; | 290 | height: 100%; |
293 | display: flex; | 291 | display: flex; |
... | @@ -320,6 +318,3 @@ | ... | @@ -320,6 +318,3 @@ |
320 | } | 318 | } |
321 | } | 319 | } |
322 | </style> | 320 | </style> |
323 | <style scoped lang="scss"> | ||
324 | // @import "~@/styles/public.scss"; | ||
325 | </style> | ... | ... |
... | @@ -214,8 +214,6 @@ | ... | @@ -214,8 +214,6 @@ |
214 | }; | 214 | }; |
215 | </script> | 215 | </script> |
216 | <style scoped lang="scss"> | 216 | <style scoped lang="scss"> |
217 | // @import "~@/styles/public.scss"; | ||
218 | |||
219 | .jktjDetail { | 217 | .jktjDetail { |
220 | height: 100%; | 218 | height: 100%; |
221 | display: flex; | 219 | display: flex; |
... | @@ -248,6 +246,3 @@ | ... | @@ -248,6 +246,3 @@ |
248 | } | 246 | } |
249 | } | 247 | } |
250 | </style> | 248 | </style> |
251 | <style scoped lang="scss"> | ||
252 | // @import "~@/styles/public.scss"; | ||
253 | </style> | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-03-20 14:45:57 | ||
5 | --> | ||
6 | <!-- | ||
2 | 功能:结果 | 7 | 功能:结果 |
3 | 作者:calliope | 8 | 作者:calliope |
4 | --> | 9 | --> |
... | @@ -38,8 +43,6 @@ export default { | ... | @@ -38,8 +43,6 @@ export default { |
38 | } | 43 | } |
39 | </script> | 44 | </script> |
40 | <style scoped lang='scss'> | 45 | <style scoped lang='scss'> |
41 | @import '~@/styles/public.scss'; | ||
42 | |||
43 | .result { | 46 | .result { |
44 | padding: 15px; | 47 | padding: 15px; |
45 | 48 | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-03-16 13:44:11 | 4 | * @LastEditTime: 2023-03-17 15:10:43 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | class data extends filter { | 7 | class data extends filter { |
... | @@ -75,7 +75,7 @@ class data extends filter { | ... | @@ -75,7 +75,7 @@ class data extends filter { |
75 | }, | 75 | }, |
76 | { | 76 | { |
77 | prop: "rectypeName", | 77 | prop: "rectypeName", |
78 | minWidth: 240, | 78 | minWidth: 210, |
79 | label: "业务名称", | 79 | label: "业务名称", |
80 | render: (h, scope) => { | 80 | render: (h, scope) => { |
81 | return ( | 81 | return ( | ... | ... |
src/views/jsbwcx/index.scss
deleted
100644 → 0
File mode changed
This diff is collapsed.
Click to expand it.
... | @@ -170,10 +170,7 @@ export default { | ... | @@ -170,10 +170,7 @@ export default { |
170 | } | 170 | } |
171 | </script> | 171 | </script> |
172 | <style scoped lang="scss"> | 172 | <style scoped lang="scss"> |
173 | // 引入表单整体样式 | ||
174 | // @import "~@/styles/public.scss"; | ||
175 | @import "../css/index.scss"; | 173 | @import "../css/index.scss"; |
176 | |||
177 | /deep/th.el-table__cell { | 174 | /deep/th.el-table__cell { |
178 | height: 0 !important; | 175 | height: 0 !important; |
179 | } | 176 | } | ... | ... |
... | @@ -155,7 +155,6 @@ export default { | ... | @@ -155,7 +155,6 @@ export default { |
155 | </script> | 155 | </script> |
156 | <style scoped lang="scss"> | 156 | <style scoped lang="scss"> |
157 | // 引入表单整体样式 | 157 | // 引入表单整体样式 |
158 | // @import "~@/styles/public.scss"; | ||
159 | @import "../css/index.scss"; | 158 | @import "../css/index.scss"; |
160 | 159 | ||
161 | /deep/.el-table thead.is-group th.el-table__cell { | 160 | /deep/.el-table thead.is-group th.el-table__cell { | ... | ... |
... | @@ -192,7 +192,6 @@ export default { | ... | @@ -192,7 +192,6 @@ export default { |
192 | </script> | 192 | </script> |
193 | <style scoped lang="scss"> | 193 | <style scoped lang="scss"> |
194 | // 引入表单整体样式 | 194 | // 引入表单整体样式 |
195 | // @import "~@/styles/public.scss"; | ||
196 | @import "../css/index.scss"; | 195 | @import "../css/index.scss"; |
197 | 196 | ||
198 | /deep/.el-table thead.is-group th.el-table__cell { | 197 | /deep/.el-table thead.is-group th.el-table__cell { | ... | ... |
... | @@ -459,7 +459,6 @@ export default { | ... | @@ -459,7 +459,6 @@ export default { |
459 | </script> | 459 | </script> |
460 | <style scoped lang="scss"> | 460 | <style scoped lang="scss"> |
461 | @import "~@/styles/mixin.scss"; | 461 | @import "~@/styles/mixin.scss"; |
462 | // @import "~@/styles/public.scss"; | ||
463 | @import "~@/styles/dialogBox.scss"; | 462 | @import "~@/styles/dialogBox.scss"; |
464 | 463 | ||
465 | 464 | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-03-13 14:39:14 | 4 | * @LastEditTime: 2023-03-17 15:11:13 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | let vm = null | 7 | let vm = null |
... | @@ -31,17 +31,17 @@ class data extends filter { | ... | @@ -31,17 +31,17 @@ class data extends filter { |
31 | { | 31 | { |
32 | prop: "areacode", | 32 | prop: "areacode", |
33 | label: "行政区代码", | 33 | label: "行政区代码", |
34 | width: 90, | 34 | minWidth: 90, |
35 | }, | 35 | }, |
36 | { | 36 | { |
37 | prop: "areaName", | 37 | prop: "areaName", |
38 | label: "行政区名称", | 38 | label: "行政区名称", |
39 | width: 90, | 39 | minWidth: 90, |
40 | }, | 40 | }, |
41 | { | 41 | { |
42 | prop: "bizMsgid", | 42 | prop: "bizMsgid", |
43 | label: "业务报文ID", | 43 | label: "业务报文ID", |
44 | width: 150, | 44 | minWidth: 150, |
45 | }, | 45 | }, |
46 | { | 46 | { |
47 | prop: "createdate", | 47 | prop: "createdate", |
... | @@ -51,22 +51,22 @@ class data extends filter { | ... | @@ -51,22 +51,22 @@ class data extends filter { |
51 | { | 51 | { |
52 | prop: "recflowid", | 52 | prop: "recflowid", |
53 | label: "业务流水号", | 53 | label: "业务流水号", |
54 | width: 100, | 54 | minWidth: 100, |
55 | }, | 55 | }, |
56 | { | 56 | { |
57 | prop: "estatenum", | 57 | prop: "estatenum", |
58 | label: "不动产单元号", | 58 | label: "不动产单元号", |
59 | width: 150, | 59 | minWidth: 150, |
60 | }, | 60 | }, |
61 | { | 61 | { |
62 | prop: "rectype", | 62 | prop: "rectype", |
63 | label: "业务编码", | 63 | label: "业务编码", |
64 | width: 90, | 64 | minWidth: 90, |
65 | }, | 65 | }, |
66 | { | 66 | { |
67 | prop: "rectypeName", | 67 | prop: "rectypeName", |
68 | label: "业务名称", | 68 | label: "业务名称", |
69 | minWidth: 240, | 69 | minWidth: 190, |
70 | }, | 70 | }, |
71 | { | 71 | { |
72 | prop: "exchangeDate", | 72 | prop: "exchangeDate", | ... | ... |
... | @@ -358,7 +358,6 @@ export default { | ... | @@ -358,7 +358,6 @@ export default { |
358 | }; | 358 | }; |
359 | </script> | 359 | </script> |
360 | <style rel="stylesheet/scss" lang="scss" scoped> | 360 | <style rel="stylesheet/scss" lang="scss" scoped> |
361 | // @import "~@/styles/public.scss"; | ||
362 | 361 | ||
363 | /deep/.el-radio { | 362 | /deep/.el-radio { |
364 | margin-right: 5px !important; | 363 | margin-right: 5px !important; | ... | ... |
... | @@ -129,7 +129,6 @@ export default { | ... | @@ -129,7 +129,6 @@ export default { |
129 | }; | 129 | }; |
130 | </script> | 130 | </script> |
131 | <style scoped lang="scss"> | 131 | <style scoped lang="scss"> |
132 | // @import "~@/styles/public.scss"; | ||
133 | /deep/.dialogBox .dialog_title { | 132 | /deep/.dialogBox .dialog_title { |
134 | top: 0; | 133 | top: 0; |
135 | margin-left: 5px; | 134 | margin-left: 5px; | ... | ... |
... | @@ -68,7 +68,6 @@ | ... | @@ -68,7 +68,6 @@ |
68 | 68 | ||
69 | <style scoped lang="scss"> | 69 | <style scoped lang="scss"> |
70 | @import "~@/styles/mixin.scss"; | 70 | @import "~@/styles/mixin.scss"; |
71 | @import "~@/styles/public.scss"; | ||
72 | .information { | 71 | .information { |
73 | display: flex; | 72 | display: flex; |
74 | flex-direction: column; | 73 | flex-direction: column; | ... | ... |
... | @@ -506,7 +506,6 @@ | ... | @@ -506,7 +506,6 @@ |
506 | </script> | 506 | </script> |
507 | <style scoped lang="scss"> | 507 | <style scoped lang="scss"> |
508 | @import "~@/styles/mixin.scss"; | 508 | @import "~@/styles/mixin.scss"; |
509 | |||
510 | // @import "~@/styles/public.scss"; | 509 | // @import "~@/styles/public.scss"; |
511 | 510 | ||
512 | /deep/.el-button.is-disabled.el-button--text { | 511 | /deep/.el-button.is-disabled.el-button--text { | ... | ... |
... | @@ -252,5 +252,4 @@ export default { | ... | @@ -252,5 +252,4 @@ export default { |
252 | </script> | 252 | </script> |
253 | <style scoped lang="scss"> | 253 | <style scoped lang="scss"> |
254 | @import "~@/styles/mixin.scss"; | 254 | @import "~@/styles/mixin.scss"; |
255 | // @import "~@/styles/public.scss"; | ||
256 | </style> | 255 | </style> | ... | ... |
... | @@ -199,6 +199,5 @@ export default { | ... | @@ -199,6 +199,5 @@ export default { |
199 | }; | 199 | }; |
200 | </script> | 200 | </script> |
201 | <style scoped lang="scss"> | 201 | <style scoped lang="scss"> |
202 | // @import "~@/styles/public.scss"; | ||
203 | @import "./index.scss"; | 202 | @import "./index.scss"; |
204 | </style> | 203 | </style> | ... | ... |
-
Please register or sign in to post a comment