style: 优化代码

This commit is contained in:
奔跑的面条
2022-10-08 20:49:08 +08:00
parent d3a0d36c92
commit 79fd809993
6 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ const handleChange = (e: MouseEvent, item: ListType) => {
width: 100px;
}
.select-min-width {
width: 110px;
width: 115px;
}
@include deep() {
.n-list-item {
@@ -72,7 +72,7 @@
<!-- 混合模式 -->
<setting-item-box v-if="!isCanvas" name="混合模式" :alone="true">
<setting-item name="视频组件需要底色透明一般选中滤色">
<n-select size="small" v-model:value="chartStyles.blendMode" :options="BlendModeEnumList"></n-select>
<n-select v-model:value="chartStyles.blendMode" size="small" filterable :options="BlendModeEnumList"></n-select>
</setting-item>
</setting-item-box>