[fix 84032] 文字对齐问题
This commit is contained in:
Binary file not shown.
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user