|
@@ -559,13 +559,13 @@ export default {
|
|
|
.el-icon-jy-time {
|
|
|
display: none;
|
|
|
}
|
|
|
- .item_class > .a-i-left {
|
|
|
+ .item_class .a-i-left {
|
|
|
max-width: min-content;
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
align-items: center;
|
|
|
}
|
|
|
- .item_class > .a-i-left::after {
|
|
|
+ .item_class .a-i-left::after {
|
|
|
content: '';
|
|
|
display: block;
|
|
|
width: 8px;
|