图标选择控件

This commit is contained in:
gary.fu
2024-01-02 14:07:17 +08:00
parent 6cd17a6702
commit 4a68e5fbc5
19 changed files with 343 additions and 77 deletions

View File

@@ -92,10 +92,7 @@ const onDropdownVisibleChange = (visible, tab) => {
</template>
<style scoped>
.common-tabs > .el-tabs__content {
padding: 32px;
color: #6b778c;
font-size: 32px;
font-weight: 600;
.common-tabs .el-tabs__header {
margin: 0;
}
</style>