[fix 84032] 文字对齐问题

This commit is contained in:
danshihao
2024-04-25 16:10:59 +08:00
parent e5d72ae09e
commit a4d2809932
4 changed files with 13 additions and 1 deletions
Binary file not shown.
+7
View File
@@ -39,3 +39,10 @@
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'PingFang SC';
src: url('~@assets/font/PingfangScMedium.otf');
font-weight: normal;
font-style: normal;
}
+5
View File
@@ -456,6 +456,10 @@ button.ant-btn {
}
.info-row.info-row-inline {
display: inline-flex;
.info-label {
font-family: Rubik, Rubik, sans-serif;
}
}
.info-row .info-label {
flex: auto;
@@ -474,6 +478,7 @@ button.ant-btn {
font-family: Rubik, Rubik, sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 16px;
color: @text-color;
}
.over-text {
@@ -79,7 +79,7 @@
</a-col>
<a-col :xl="12" :xxl="6" class="mb-20">
<common-card title="油井工作状态">
<div slot="extra" class="info-row">
<div slot="extra" class="info-row info-row-inline">
<div class="info-label">工作状态</div>
<div class="info-value">
<span class="working" v-if="isWorking">运行</span>