|
@@ -45,7 +45,7 @@
|
|
|
一 分 队 人 数
|
|
|
</div>
|
|
|
<div class="wrap-top-left-top-item-right2">
|
|
|
- {{ this.BaseOnDuty.detachmentoneNumber }}人
|
|
|
+ <span> {{ this.BaseOnDuty.detachmentoneNumber }}</span>人
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -68,7 +68,7 @@
|
|
|
二 分 队 人 数
|
|
|
</div>
|
|
|
<div class="wrap-top-left-top-item-right2">
|
|
|
- {{ this.BaseOnDuty.detachmentwoNumber }}人
|
|
|
+ <span>{{ this.BaseOnDuty.detachmentwoNumber }}</span>人
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -711,15 +711,19 @@ body {
|
|
|
height: 100%;
|
|
|
font-size: 16px;
|
|
|
line-height: 35px;
|
|
|
- display: flex;
|
|
|
+ /* display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- margin-left: 20px;
|
|
|
+ margin-left: 10px; */
|
|
|
+ text-align: center;
|
|
|
font-family: Source Han Sans CN;
|
|
|
font-weight: 400;
|
|
|
color: #30fdff;
|
|
|
- letter-spacing: 3.5em; /*如果需要y个字两端对齐,则为(x-y)/(y-1),这里是(4-2)/(2-1)=2em */
|
|
|
- margin-right: -3.5em; /*同上*/
|
|
|
+ letter-spacing: 0.2rem; /*如果需要y个字两端对齐,则为(x-y)/(y-1),这里是(4-2)/(2-1)=2em*/
|
|
|
+ /* margin-right: -3.5em; 同上 */
|
|
|
+}
|
|
|
+.wrap-top-left-top-item-right2 span{
|
|
|
+ margin-right:10px;
|
|
|
}
|
|
|
.wrap-top-left-top-head {
|
|
|
width: 100%;
|