fix : VFlexTableCustomize.vue 스타일 수정 및 잠금

This commit is contained in:
Kasi
2025-05-29 18:00:14 +09:00
parent 8a062faaee
commit faad6e857d

View File

@@ -281,12 +281,12 @@ const columns = computed(() => {
</div>
</template>
<style lang="scss">
<style scoped lang="scss">
.flex-table {
.flex-table-header {
display: flex;
align-items: center;
padding: 20px 10px;
padding: 0.5rem 10px;
background-color: var(--primary);
> span,
@@ -360,7 +360,7 @@ const columns = computed(() => {
min-height: 60px;
background: var(--white);
border: 1px solid color-mix(in oklab, var(--fade-grey), black 3%);
padding: 8px;
padding: 4px;
margin-bottom: 6px;
&.is-row {