Showing
1 changed file
with
11 additions
and
0 deletions
src/core/Library/components/PublicForm/components/DataEffects/SetVariableImage/ImageSettingTable.vue
... | ... | @@ -128,3 +128,14 @@ defineExpose<ComponentExposeType>({ |
128 | 128 | </template> |
129 | 129 | </BasicTable> |
130 | 130 | </template> |
131 | + | |
132 | +<style lang="less" scoped> | |
133 | + .variable-image-form { | |
134 | + >:deep(.ant-row) { | |
135 | + >.ant-col { | |
136 | + @apply px-4; | |
137 | + } | |
138 | + } | |
139 | + } | |
140 | +</style> | |
141 | + | ... | ... |