mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 03:12:27 +09:00
fix : VFlexTableCustomize.vue 스타일 수정 및 잠금
This commit is contained in:
@@ -281,12 +281,12 @@ const columns = computed(() => {
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss">
|
<style scoped lang="scss">
|
||||||
.flex-table {
|
.flex-table {
|
||||||
.flex-table-header {
|
.flex-table-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 20px 10px;
|
padding: 0.5rem 10px;
|
||||||
background-color: var(--primary);
|
background-color: var(--primary);
|
||||||
|
|
||||||
> span,
|
> span,
|
||||||
@@ -360,7 +360,7 @@ const columns = computed(() => {
|
|||||||
min-height: 60px;
|
min-height: 60px;
|
||||||
background: var(--white);
|
background: var(--white);
|
||||||
border: 1px solid color-mix(in oklab, var(--fade-grey), black 3%);
|
border: 1px solid color-mix(in oklab, var(--fade-grey), black 3%);
|
||||||
padding: 8px;
|
padding: 4px;
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
|
|
||||||
&.is-row {
|
&.is-row {
|
||||||
|
|||||||
Reference in New Issue
Block a user