更新看板设置

This commit is contained in:
MonstorUncle 2022-10-29 22:04:50 +08:00
parent d289d19bc2
commit 7fce1827e1
3 changed files with 68 additions and 13 deletions

1
.gitignore vendored
View File

@ -343,3 +343,4 @@ healthchecksdb
/操作手册
/WaterCloud.WebApi/DataProtection/key-b88755a6-8db4-4ef4-9e6f-0632160bc5f6.xml
WaterCloud.WebApi/DataProtection/key-0141591b-0e47-4210-8fca-63db33d568d7.xml
/WaterCloud.Web/.config

View File

@ -592,7 +592,7 @@
itemGap: 12,
bottom: '3%',
data: ['热成型', '激光切割', '点焊'],
data: ['冲压', '切割', '点焊'],
textStyle: {
color: 'rgba(255,255,255,.6)',
fontSize: fontSize,
@ -600,7 +600,7 @@
},
series: [
{
name: '热成型',
name: '冲压',
type: 'pie',
clockWise: false,
center: ['50%', '42%'],
@ -618,7 +618,7 @@
}]
},
{
name: '激光切割',
name: '切割',
type: 'pie',
clockWise: false,
center: ['50%', '42%'],

View File

@ -9,7 +9,7 @@
*, body {
padding: 0px;
margin: 0px;
color: #222;
color: #fff;
font-family: "微软雅黑";
}
@ -109,9 +109,16 @@ a:hover {
.allnav {
min-height: 200px;
height: 2.3rem
height: 2.25rem
}
.allnav2 {
min-height: 350px;
height: 3.9rem
}
.allnav3 {
min-height: 700px;
height: 8.85rem
}
.loading {
position: fixed;
left: 0;
@ -329,7 +336,6 @@ a:hover {
padding-top: .2rem;
padding-bottom: .4rem;
}
.map {
position: relative;
height: 4.6rem;
@ -620,16 +626,28 @@ a:hover {
body {
background: #000d4a;
}
.head h1 {
color: #fff;
text-align: center;
font-size: 20px;
line-height:20px;
}
.alltitle {
font-size: 16px;
color: #fff;
text-align: center;
line-height: 16px;
}
}
.layuimini-site-mobile {
display: block !important;
position: absolute;
z-index: 100000;
top: 5px;
right: 5px;
width: 40px;
height: 40px;
line-height: 40px;
top: 10px;
right: 40px;
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 2px;
text-align: center;
background-color: rgba(0, 0, 0, .7);
@ -643,4 +661,40 @@ a:hover {
body.demo.layui-layer-content {
background-color: #c00;
color: #fff;
}
}
table{
}
table th {
font-size: .2rem;
text-align: left;
border: 1px solid rgba(25,186,139,.17);
background:#06c;
}
table td {
font-size: .18rem;
text-align: left;
border: 1px solid rgba(25,186,139,.17);
}
.textbox{
}
.textbox .textboxheader {
font-size: .31rem;
color: rgba(255,255,255,.7);
padding-top: .2rem;
text-align:center;
}
.textbox .textboxnav {
font-size: .5rem;
color: #ffeb7b;
font-family: electronicFont;
font-weight: bold;
text-align: center;
}
.half {
width: 50%;
float: left;
}
.layui-layer-dialog .layui-layer-padding {
color: black;
}