style: chartminfi组件和chartSingValue,样式调整
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
.alarm-info__box {
|
||||
height: calc(100% - 40px);
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
|
||||
.box__body {
|
||||
display: flex;
|
||||
@@ -13,7 +14,8 @@
|
||||
margin-right: 30px;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
height: calc(100% / 9);
|
||||
//height: calc(100% / 9);
|
||||
min-height: 78px;
|
||||
border-bottom: 1px solid #E7EAED;
|
||||
|
||||
.body__content {
|
||||
@@ -43,7 +45,7 @@
|
||||
}
|
||||
|
||||
.content__text-box {
|
||||
margin-left: 17px;
|
||||
margin: 2px 0 2px 17px;
|
||||
|
||||
.text-box__title {
|
||||
font-size: 16px;
|
||||
@@ -69,12 +71,12 @@
|
||||
flex-wrap: wrap;
|
||||
|
||||
&>div {
|
||||
margin-bottom: 4px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.text__time-box {
|
||||
display: flex;
|
||||
margin-left: 20px;
|
||||
margin-right: 8px;
|
||||
height: 14px;
|
||||
|
||||
.cn-icon-time2 {
|
||||
@@ -125,6 +127,7 @@
|
||||
max-width: 150px;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
margin-right: 8px;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
||||
@@ -66,7 +66,6 @@
|
||||
.single-value__content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 200px;
|
||||
padding-right: 10px;
|
||||
|
||||
.content__data {
|
||||
@@ -488,7 +487,7 @@
|
||||
|
||||
.content__data {
|
||||
margin-bottom: 5px;
|
||||
font-size: 12px;
|
||||
font-size: 14px;
|
||||
color: #333333;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -55,7 +55,6 @@
|
||||
{{value.startTime ? dateFormatByAppearance(value.startTime) : '-'}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="text__duration-box">
|
||||
<i class="cn-icon cn-icon-time2"></i>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
></i>
|
||||
</div>
|
||||
</div>
|
||||
<div class="single-value__content" v-if="isCommonSingleValue(type)">
|
||||
<div class="single-value__content" style="width: 200px;" v-if="isCommonSingleValue(type)">
|
||||
<div class="content__data">
|
||||
<span>{{
|
||||
handleSingleValue[0] || handleSingleValue[0] === 0
|
||||
|
||||
Reference in New Issue
Block a user