CN-1507 时间选择器增加左对齐的风格
This commit is contained in:
@@ -212,3 +212,13 @@
|
||||
left: 642px !important; // element上样式设定是left,添加right不生效
|
||||
}
|
||||
}
|
||||
.my-date-picker__left {
|
||||
.el-popper__arrow {
|
||||
position: absolute;
|
||||
top: 20px !important;
|
||||
left: -6px !important;
|
||||
}
|
||||
.el-popper__arrow::before {
|
||||
border: 1px solid #E7EAED !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
display:flex;
|
||||
flex-direction: row;
|
||||
.kpi-type-value-number {
|
||||
white-space: nowrap;
|
||||
font-family: Helvetica-Bold;
|
||||
font-size: 20px;
|
||||
color: #353636;
|
||||
@@ -56,12 +57,10 @@
|
||||
.data-trend {
|
||||
display: flex;
|
||||
width: 50%;
|
||||
|
||||
.data-total-trend {
|
||||
display: flex;
|
||||
justify-content: left;
|
||||
align-items: center;
|
||||
margin-left: 6px;
|
||||
font-size: 12px;
|
||||
justify-content: center;
|
||||
margin-top: 2px;
|
||||
border-radius: 10px;
|
||||
@@ -87,8 +86,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
.app-index {
|
||||
text-align: right;
|
||||
width:20px;
|
||||
margin-right:20px;
|
||||
margin-right:15px;
|
||||
}
|
||||
.app-name {
|
||||
width:50px;
|
||||
@@ -62,6 +62,8 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
white-space: nowrap;
|
||||
width:50px;
|
||||
i {
|
||||
margin-right:3px;
|
||||
font-size:12px;
|
||||
|
||||
Reference in New Issue
Block a user