|
@@ -76,7 +76,7 @@ const active = computed(() => {
|
|
|
font-size: 14px;
|
|
|
|
|
|
.activecon {
|
|
|
- width: 100%;
|
|
|
+ width: 90%;
|
|
|
height: 40px;
|
|
|
background: #B61E22;
|
|
|
border-radius: 50px;
|
|
@@ -98,7 +98,7 @@ const active = computed(() => {
|
|
|
|
|
|
>span {
|
|
|
display: inline-block;
|
|
|
- width: 80%;
|
|
|
+ width: calc(100% - 12px);
|
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
@@ -108,7 +108,7 @@ const active = computed(() => {
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
transform: translateY(-50%);
|
|
|
- right: 10px;
|
|
|
+ right: 0;
|
|
|
width: 12px;
|
|
|
height: auto;
|
|
|
}
|