Merge branch 'master' into dev
Showing
4 changed files
with
9 additions
and
23 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-04-03 13:41:12 | 4 | * @LastEditTime: 2023-04-03 13:53:03 |
| 5 | --> | 5 | --> |
| 6 | # 安装依赖 | ||
| 7 | npm install | ||
| 8 | # 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 | ||
| 9 | npm install --registry=https://registry.npm.taobao.org | ||
| 10 | |||
| 11 | ## Git 贡献提交规范 | 6 | ## Git 贡献提交规范 |
| 12 | - `feat` 增加新功能 | 7 | - `feat` 增加新功能 |
| 13 | - `fix` 修复问题/BUG | 8 | - `fix` 修复问题/BUG |
| ... | @@ -24,14 +19,13 @@ npm install --registry=https://registry.npm.taobao.org | ... | @@ -24,14 +19,13 @@ npm install --registry=https://registry.npm.taobao.org |
| 24 | 给html根标签设置一个data-theme属性,然后通过js切换data-theme的属性值,Scss根据此属性来判断使用对应主题变量 | 19 | 给html根标签设置一个data-theme属性,然后通过js切换data-theme的属性值,Scss根据此属性来判断使用对应主题变量 |
| 25 | 20 | ||
| 26 | ## config说明 | 21 | ## config说明 |
| 27 | |||
| 28 | { | 22 | { |
| 29 | "TITLE": "汉中市数据上报系统", | 23 | "TITLE": "汉中市数据上报系统", |
| 30 | "THEME": "sb", | 24 | "THEME": "sb", |
| 31 | "CODE": "BDCJGPT", {"BDCSBPT":上报: "BDCJGPT":监管} | 25 | "CODE": "BDCJGPT", {"BDCSBPT":上报: "BDCJGPT":监管} |
| 32 | "SERVERAPI": "/bdcsjsb", | 26 | "SERVERAPI": "/bdcsjsb", |
| 33 | "AREARMAP": "hanzhong", // {"hanzhong","yushu"} | 27 | "AREARMAP": "hanzhong", // {"hanzhong","yushu"} |
| 34 | "AREARNAME": "汉中",// {汉中市,玉树} | 28 | "AREARNAME": "汉中市",// {汉中市,玉树} |
| 35 | "calcHeight": 200, {上报:160 监管:200} | 29 | "calcHeight": 200, {上报:160 监管:200} |
| 36 | "echartTextColor": "#FFFFFF", {上报:"#4A4A4A" 监管:"#FFFFFF"} | 30 | "echartTextColor": "#FFFFFF", {上报:"#4A4A4A" 监管:"#FFFFFF"} |
| 37 | "MANAGEMENTAPI": "http://192.168.2.38:8090/management" | 31 | "MANAGEMENTAPI": "http://192.168.2.38:8090/management" | ... | ... |
| ... | @@ -229,13 +229,10 @@ table td { | ... | @@ -229,13 +229,10 @@ table td { |
| 229 | } | 229 | } |
| 230 | 230 | ||
| 231 | // table 固定列样式 | 231 | // table 固定列样式 |
| 232 | // tr:hover { | 232 | .el-table__fixed-right-patch { |
| 233 | // background: #063160 !important; | 233 | background-color: #073781; |
| 234 | // box-shadow: inset 0px 0px 20px 0px #03DBFF !important; | 234 | border-bottom: none; |
| 235 | // } | 235 | } |
| 236 | // .el-table__fixed-right-patch { | ||
| 237 | // background-color: #073781 | ||
| 238 | // } | ||
| 239 | 236 | ||
| 240 | .el-table__fixed-right { | 237 | .el-table__fixed-right { |
| 241 | background-color: #073781 | 238 | background-color: #073781 | ... | ... |
| ... | @@ -342,11 +342,7 @@ | ... | @@ -342,11 +342,7 @@ |
| 342 | cursor: wait; | 342 | cursor: wait; |
| 343 | background: url("../image/btn.png") no-repeat 0 0; | 343 | background: url("../image/btn.png") no-repeat 0 0; |
| 344 | background-size: cover; | 344 | background-size: cover; |
| 345 | |||
| 346 | } | 345 | } |
| 347 | |||
| 348 | |||
| 349 | |||
| 350 | } | 346 | } |
| 351 | 347 | ||
| 352 | 348 | ||
| ... | @@ -525,8 +521,8 @@ | ... | @@ -525,8 +521,8 @@ |
| 525 | font-size: 12px; | 521 | font-size: 12px; |
| 526 | } | 522 | } |
| 527 | 523 | ||
| 528 | // 按钮样式 | ||
| 529 | 524 | ||
| 525 | // 按钮样式 | ||
| 530 | .cx { | 526 | .cx { |
| 531 | background: url("../image/btn.png") no-repeat 0 -34px; | 527 | background: url("../image/btn.png") no-repeat 0 -34px; |
| 532 | background-size: cover; | 528 | background-size: cover; |
| ... | @@ -1099,7 +1095,6 @@ | ... | @@ -1099,7 +1095,6 @@ |
| 1099 | 1095 | ||
| 1100 | // 人员管理角色管理菜单管理修改新增弹框样式 | 1096 | // 人员管理角色管理菜单管理修改新增弹框样式 |
| 1101 | .PersonnelDialog { | 1097 | .PersonnelDialog { |
| 1102 | |||
| 1103 | .el-dialog__header { | 1098 | .el-dialog__header { |
| 1104 | text-align: center; | 1099 | text-align: center; |
| 1105 | margin-bottom: 10px; | 1100 | margin-bottom: 10px; | ... | ... |
-
Please register or sign in to post a comment