style: 调整SpecTable样式
- 增大标题字体大小
This commit is contained in:
@ -24,4 +24,11 @@ const props = defineProps({
|
|||||||
const activeName = ref<string[]>(props.data.map((item: ProductionSpecGroup) => {
|
const activeName = ref<string[]>(props.data.map((item: ProductionSpecGroup) => {
|
||||||
return item.title
|
return item.title
|
||||||
}) || [])
|
}) || [])
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.spec-collapse ::v-deep(.el-collapse-item__header) {
|
||||||
|
font-size: 1rem;
|
||||||
|
padding: 1rem;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
Reference in New Issue
Block a user