|
@@ -470,6 +470,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.oneItem {
|
|
|
+ display: flex;
|
|
|
.iconSun {
|
|
|
width: 16px;
|
|
|
height: 16px;
|
|
@@ -479,13 +480,20 @@ export default {
|
|
|
}
|
|
|
span {
|
|
|
// border: 1px solid #02a7f0;
|
|
|
- padding: 3px 5px;
|
|
|
- border-radius: 2px 2px 2px 2px;
|
|
|
+ padding: 0 5px;
|
|
|
+ // border-radius: 2px 2px 2px 2px;
|
|
|
+ border-radius: 5px;
|
|
|
+ display: inline-block;
|
|
|
+ margin-right: 5px;
|
|
|
}
|
|
|
span:first-child {
|
|
|
background: rgba(253, 219, 59, 0.2);
|
|
|
font-size: 14px;
|
|
|
color: #ffc700;
|
|
|
+ max-width: 200px;
|
|
|
+ overflow: hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-overflow: ellipsis;
|
|
|
}
|
|
|
span:nth-child(2) {
|
|
|
background: rgba(155, 255, 139, 0.2);
|