|
@@ -246,7 +246,7 @@
|
|
|
</t-dropdown>
|
|
|
<!-- </t-tooltip> -->
|
|
|
<t-tooltip content="视图大小" placement="bottom">
|
|
|
- <div style="line-height: 40px; margin-left: 8px">{{ scale }}%</div>
|
|
|
+ <div style="line-height: 40px; margin-left: 8px;width:34px;">{{ scale }}%</div>
|
|
|
</t-tooltip>
|
|
|
|
|
|
<t-tooltip content="100%视图" placement="bottom">
|
|
@@ -1911,28 +1911,28 @@ const theme = computed(() => {
|
|
|
color: var(--color-primary);
|
|
|
} */
|
|
|
svg{
|
|
|
- width: 18px ;
|
|
|
- height: 18px;
|
|
|
+ width: 16px ;
|
|
|
+ height: 16px;
|
|
|
&:hover{
|
|
|
color: var(--color) !important;
|
|
|
}
|
|
|
}
|
|
|
- font-size: 18px;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
.a-1{
|
|
|
svg{
|
|
|
- width: 20px;
|
|
|
- height: 20px ;
|
|
|
+ width: 16px;
|
|
|
+ height: 16px ;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.t-icon {
|
|
|
- font-size: 18px;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
.l-icon {
|
|
|
- font-size: 21px;
|
|
|
- width: 21px ;
|
|
|
- height: 21px ;
|
|
|
+ font-size: 18px;
|
|
|
+ width: 18px ;
|
|
|
+ height: 18px ;
|
|
|
}
|
|
|
}
|
|
|
|