Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
72a6ebdc
authored
2023-04-03 14:07:26 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' into dev
2 parents
dc4631ab
cb069653
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
24 deletions
README.md
public/config.json
src/styles/jgElement-ui.scss
src/styles/jgPublic.scss
README.md
View file @
72a6ebd
<!--
*
@Description:
*
@Autor: renchao
*
@LastEditTime: 2023-04-03 13:
41:12
*
@LastEditTime: 2023-04-03 13:
53:03
-->
# 安装依赖
npm install
# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org
## Git 贡献提交规范
-
`feat`
增加新功能
-
`fix`
修复问题/BUG
...
...
@@ -24,14 +19,13 @@ npm install --registry=https://registry.npm.taobao.org
给html根标签设置一个data-theme属性,然后通过js切换data-theme的属性值,Scss根据此属性来判断使用对应主题变量
## config说明
{
"TITLE": "汉中市数据上报系统",
"THEME": "sb",
"CODE": "BDCJGPT", {"BDCSBPT":上报: "BDCJGPT":监管}
"SERVERAPI": "/bdcsjsb",
"AREARMAP": "hanzhong", // {"hanzhong","yushu"}
"AREARNAME": "汉中",// {汉中市,玉树}
"AREARNAME": "汉中
市
",// {汉中市,玉树}
"calcHeight": 200, {上报:160 监管:200}
"echartTextColor": "#FFFFFF", {上报:"#4A4A4A" 监管:"#FFFFFF"}
"MANAGEMENTAPI": "http://192.168.2.38:8090/management"
...
...
public/config.json
View file @
72a6ebd
{
"TITLE"
:
"汉中市数据上报系统"
,
"THEME"
:
"
jg
"
,
"CODE"
:
"BDC
JG
PT"
,
"THEME"
:
"
sb
"
,
"CODE"
:
"BDC
SB
PT"
,
"AREARMAP"
:
"hanzhong"
,
"AREARNAME"
:
"汉中市"
,
"SERVERAPI"
:
"/bdcsjsb"
,
...
...
src/styles/jgElement-ui.scss
View file @
72a6ebd
...
...
@@ -229,13 +229,10 @@ table td {
}
// table 固定列样式
// tr:hover {
// background: #063160 !important;
// box-shadow: inset 0px 0px 20px 0px #03DBFF !important;
// }
// .el-table__fixed-right-patch {
// background-color: #073781
// }
.el-table__fixed-right-patch
{
background-color
:
#073781
;
border-bottom
:
none
;
}
.el-table__fixed-right
{
background-color
:
#073781
...
...
@@ -586,4 +583,4 @@ table td {
// 下拉框
.el-menu--popup
{
padding-top
:
20px
;
}
}
\ No newline at end of file
...
...
src/styles/jgPublic.scss
View file @
72a6ebd
...
...
@@ -342,11 +342,7 @@
cursor
:
wait
;
background
:
url("../image/btn.png")
no-repeat
0
0
;
background-size
:
cover
;
}
}
...
...
@@ -525,8 +521,8 @@
font-size
:
12px
;
}
// 按钮样式
// 按钮样式
.cx
{
background
:
url("../image/btn.png")
no-repeat
0
-34px
;
background-size
:
cover
;
...
...
@@ -1099,7 +1095,6 @@
// 人员管理角色管理菜单管理修改新增弹框样式
.PersonnelDialog
{
.el-dialog__header
{
text-align
:
center
;
margin-bottom
:
10px
;
...
...
Please
register
or
sign in
to post a comment