CN-1507 时间选择器增加左对齐的风格

This commit is contained in:
hanyuxia
2023-12-06 16:46:13 +08:00
parent 2b3f6e6b31
commit 2f315bf52c
5 changed files with 217 additions and 60 deletions

View File

@@ -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;
}
}

View File

@@ -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 @@
}
}
}
}
}
}

View File

@@ -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;