ENH: Optimize some web UI

Change-Id: I91f6691e5e5c19274c1bc3e6a9386e3f76ab259d
This commit is contained in:
zorro.zhang 2022-08-05 00:36:43 +08:00 committed by Lane.Wei
parent f001092dc3
commit cd73537f6f
5 changed files with 8 additions and 3 deletions

View File

@ -77,6 +77,7 @@
.PName .PName
{ {
font-weight: 700; font-weight: 700;
text-align: left;
} }
.pNozzel .pNozzel

View File

@ -8,10 +8,11 @@
.CName .CName
{ {
width:130px; width:130px;
min-width: 80px;
font-weight: 700; font-weight: 700;
height: 100%; height: 100%;
text-align: right; text-align: right;
white-space: nowrap;
flex-shrink: 0;
} }
.CValues .CValues

View File

@ -8,10 +8,11 @@
.CName .CName
{ {
width:130px; width:130px;
min-width: 80px;
font-weight: 700; font-weight: 700;
height: 100%; height: 100%;
text-align: right; text-align: right;
white-space: nowrap;
flex-shrink: 0;
} }
.CValues .CValues

View File

@ -99,6 +99,7 @@
.PName .PName
{ {
font-weight: 700; font-weight: 700;
text-align:left;
} }
.pNozzel .pNozzel

View File

@ -1,12 +1,13 @@
#Content #Content
{ {
padding:10% 15%; padding:0% 15%;
} }
#FeatureText #FeatureText
{ {
line-height: 30px; line-height: 30px;
margin-top: 10mm;
} }