样式调整
Showing
6 changed files
with
20 additions
and
21 deletions
| ... | @@ -139,7 +139,7 @@ input[type="number"] { | ... | @@ -139,7 +139,7 @@ input[type="number"] { |
| 139 | } | 139 | } |
| 140 | 140 | ||
| 141 | ::-webkit-scrollbar-thumb { | 141 | ::-webkit-scrollbar-thumb { |
| 142 | background: #458ACF; | 142 | background: rgba(69, 138, 207,.3); |
| 143 | background-clip: padding-box; | 143 | background-clip: padding-box; |
| 144 | min-height: 28px; | 144 | min-height: 28px; |
| 145 | -webkit-border-radius: 6px; | 145 | -webkit-border-radius: 6px; |
| ... | @@ -148,7 +148,12 @@ input[type="number"] { | ... | @@ -148,7 +148,12 @@ input[type="number"] { |
| 148 | } | 148 | } |
| 149 | 149 | ||
| 150 | ::-webkit-scrollbar-thumb:hover { | 150 | ::-webkit-scrollbar-thumb:hover { |
| 151 | background: #458ACF; | 151 | background: rgba(69, 138, 207,.3); |
| 152 | } | ||
| 153 | // 滚动条位置 | ||
| 154 | .el-scrollbar__wrap{ | ||
| 155 | // margin-bottom: 0px!important; | ||
| 156 | margin-right: 0px!important; | ||
| 152 | } | 157 | } |
| 153 | 158 | ||
| 154 | // element 样式补丁 | 159 | // element 样式补丁 |
| ... | @@ -585,4 +590,4 @@ font-weight: 700; | ... | @@ -585,4 +590,4 @@ font-weight: 700; |
| 585 | // 下拉框 | 590 | // 下拉框 |
| 586 | .el-menu--popup { | 591 | .el-menu--popup { |
| 587 | padding-top: 20px; | 592 | padding-top: 20px; |
| 588 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 593 | } | ... | ... |
| ... | @@ -367,14 +367,14 @@ aside { | ... | @@ -367,14 +367,14 @@ aside { |
| 367 | height: 28px; | 367 | height: 28px; |
| 368 | background: rgba(255, 255, 255, 0.1); | 368 | background: rgba(255, 255, 255, 0.1); |
| 369 | border-radius: 16px; | 369 | border-radius: 16px; |
| 370 | color: #04c0a7; | 370 | color: #b0e4dd; |
| 371 | } | 371 | } |
| 372 | .resetbtnColor { | 372 | .resetbtnColor { |
| 373 | width: 64px; | 373 | width: 64px; |
| 374 | height: 28px; | 374 | height: 28px; |
| 375 | background: rgba(255, 255, 255, 0.1); | 375 | background: rgba(255, 255, 255, 0.1); |
| 376 | border-radius: 16px; | 376 | border-radius: 16px; |
| 377 | color: #04c0a7; | 377 | color: #A5CBDA; |
| 378 | } | 378 | } |
| 379 | .movebtnColor { | 379 | .movebtnColor { |
| 380 | width: 64px; | 380 | width: 64px; | ... | ... |
| ... | @@ -40,11 +40,8 @@ | ... | @@ -40,11 +40,8 @@ |
| 40 | mounted () { | 40 | mounted () { |
| 41 | this.getdjywltotal(); | 41 | this.getdjywltotal(); |
| 42 | window.addEventListener("resize", () => { | 42 | window.addEventListener("resize", () => { |
| 43 | this.cdata.seriesData = []; | 43 | this.config.data = []; |
| 44 | this.getdjywltotal(); | 44 | this.getdjywltotal(); |
| 45 | window.addEventListener("resize", () => { | ||
| 46 | this.getdjywltotal(); | ||
| 47 | }); | ||
| 48 | // scroll(tableref.value.$refs.bodyWrapper);//设置滚动 | 45 | // scroll(tableref.value.$refs.bodyWrapper);//设置滚动 |
| 49 | }) | 46 | }) |
| 50 | }, | 47 | }, | ... | ... |
| ... | @@ -104,6 +104,8 @@ | ... | @@ -104,6 +104,8 @@ |
| 104 | this.$store.dispatch('business/setInitRules', "layout1") | 104 | this.$store.dispatch('business/setInitRules', "layout1") |
| 105 | //存储token | 105 | //存储token |
| 106 | localStorage.setItem("token", `Bearer ${res.content}`); | 106 | localStorage.setItem("token", `Bearer ${res.content}`); |
| 107 | this.$store.dispatch("products/setData", res.content[0].code); | ||
| 108 | sessionStorage.setItem("products", res.content[0].code) | ||
| 107 | //登录成功后需判断有无重定向,没有重定向则跳转首页 | 109 | //登录成功后需判断有无重定向,没有重定向则跳转首页 |
| 108 | this.$router.replace(this.$route.query.redirect || "/"); | 110 | this.$router.replace(this.$route.query.redirect || "/"); |
| 109 | } else { | 111 | } else { | ... | ... |
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | * @Author: xiaomiao 1158771342@qq.com | 2 | * @Author: xiaomiao 1158771342@qq.com |
| 3 | * @Date: 2023-03-09 20:54:28 | 3 | * @Date: 2023-03-09 20:54:28 |
| 4 | * @LastEditors: xiaomiao 1158771342@qq.com | 4 | * @LastEditors: xiaomiao 1158771342@qq.com |
| 5 | * @LastEditTime: 2023-03-15 15:45:01 | 5 | * @LastEditTime: 2023-03-16 19:40:40 |
| 6 | * @FilePath: \上报\bdcjg-web\src\views\system\information\index.vue | 6 | * @FilePath: \上报\bdcjg-web\src\views\system\information\index.vue |
| 7 | * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE | 7 | * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE |
| 8 | --> | 8 | --> |
| ... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
| 14 | <Breadcrumb /> | 14 | <Breadcrumb /> |
| 15 | </el-form-item> | 15 | </el-form-item> |
| 16 | <el-row class="mb-5"> | 16 | <el-row class="mb-5"> |
| 17 | <el-col :span="4" class="btnColRight"> | 17 | <el-col class="btnColRight"> |
| 18 | <btn nativeType="cx" @click="information"> | 18 | <btn nativeType="cx" @click="information"> |
| 19 | 基本信息 | 19 | 基本信息 |
| 20 | </btn> | 20 | </btn> |
| ... | @@ -73,16 +73,11 @@ | ... | @@ -73,16 +73,11 @@ |
| 73 | display: flex; | 73 | display: flex; |
| 74 | flex-direction: column; | 74 | flex-direction: column; |
| 75 | .btnColRight { | 75 | .btnColRight { |
| 76 | margin-top: 10px; | ||
| 77 | display: flex; | ||
| 78 | justify-content: center; | ||
| 76 | // background-color: cadetblue; | 79 | // background-color: cadetblue; |
| 77 | height: 30px; | 80 | height: 30px; |
| 78 | .button:nth-child(1) { | ||
| 79 | position: absolute; | ||
| 80 | left: 30px; | ||
| 81 | } | ||
| 82 | .button:nth-child(2) { | ||
| 83 | position: absolute; | ||
| 84 | left: 120px; | ||
| 85 | } | ||
| 86 | } | 81 | } |
| 87 | /deep/.content { | 82 | /deep/.content { |
| 88 | .el-input__inner { | 83 | .el-input__inner { | ... | ... |
| ... | @@ -180,7 +180,7 @@ | ... | @@ -180,7 +180,7 @@ |
| 180 | class="configurationbtnColor" | 180 | class="configurationbtnColor" |
| 181 | icon="el-icon-video-pause" | 181 | icon="el-icon-video-pause" |
| 182 | onClick={() => { | 182 | onClick={() => { |
| 183 | this.getUserList(scope.row); | 183 | this.getList(scope.row); |
| 184 | }} | 184 | }} |
| 185 | > | 185 | > |
| 186 | 配置 | 186 | 配置 |
| ... | @@ -351,7 +351,7 @@ | ... | @@ -351,7 +351,7 @@ |
| 351 | }, | 351 | }, |
| 352 | 352 | ||
| 353 | // 配置 | 353 | // 配置 |
| 354 | getUserList (row) { | 354 | getList (row) { |
| 355 | this.getTableList() | 355 | this.getTableList() |
| 356 | const params = {}; | 356 | const params = {}; |
| 357 | const queryOptions = { | 357 | const queryOptions = { | ... | ... |
-
Please register or sign in to post a comment