feat: 更新区域14图标,调整样式以统一图标字体大小
Before Width: | Height: | Size: 240 B After Width: | Height: | Size: 512 B |
Before Width: | Height: | Size: 240 B After Width: | Height: | Size: 512 B |
Before Width: | Height: | Size: 240 B After Width: | Height: | Size: 512 B |
Before Width: | Height: | Size: 240 B After Width: | Height: | Size: 413 B |
Before Width: | Height: | Size: 240 B After Width: | Height: | Size: 413 B |
Before Width: | Height: | Size: 240 B After Width: | Height: | Size: 413 B |
@ -110,3 +110,11 @@ const canDelete = computed<boolean>(() => editor.value.current.value?.name === '
|
||||
</a-button>
|
||||
</a-space>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.icon.area14,
|
||||
.icon.area14-active,
|
||||
.icon.area14-detail {
|
||||
font-size: 28px;
|
||||
}
|
||||
</style>
|
||||
|