mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-19 21:05:06 +09:00
fix : VFlexTableCustomize.vue 스타일 수정 및 잠금
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user