mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
style: 优化代码
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user