|
@@ -74,7 +74,7 @@ watch(numberItems, items => {
|
|
|
.label {
|
|
|
padding-right: 8px;
|
|
|
line-height: 32px;
|
|
|
- font-family: Helvetica, Microsoft YaHei;
|
|
|
+ font-family: DIN, Microsoft YaHei;
|
|
|
font-weight: bold;
|
|
|
color: #101116;
|
|
|
writing-mode: horizontal-tb !important;
|
|
@@ -94,7 +94,7 @@ watch(numberItems, items => {
|
|
|
background: #410425;
|
|
|
border-radius: 4px;
|
|
|
border: 1px solid #d2d6df;
|
|
|
- font-family: Helvetica, Microsoft YaHei;
|
|
|
+ font-family: DIN, Microsoft YaHei;
|
|
|
font-weight: bold;
|
|
|
color: #ffffff;
|
|
|
& > .number-box {
|
|
@@ -107,6 +107,7 @@ watch(numberItems, items => {
|
|
|
text-orientation: upright;
|
|
|
overflow: hidden;
|
|
|
& > .number-list {
|
|
|
+ font-family: DIN,Microsoft YaHei;
|
|
|
font-style: normal;
|
|
|
position: absolute;
|
|
|
top: 8px;
|