This commit is contained in:
bkfox
2024-03-26 01:19:20 +01:00
parent c3c748eebb
commit bda4efe336
10 changed files with 19 additions and 9 deletions

View File

@ -49,7 +49,6 @@ const Component = {
...AList.props,
columns: Array,
labels: Object,
allowCreate: Boolean,
},
data() {

View File

@ -36,7 +36,6 @@
</section>
<section v-show="page == Page.List" class="panel">
<a-rows :set="set" :columns="columns" :labels="initData.fields"
:allow-create="true"
:orderable="true" @move="listItemMove" @colmove="columnMove"
@cell="onCellEvent">
<template v-for="[name,slot] of rowsSlots" :key="slot"

View File

@ -25,7 +25,7 @@
border-bottom: 2px var(--break-color) solid;
}
> .title {
> .title, h3.title {
font-size: var(--title-2-sz);
clear: both;
margin: v.$mp-3 0;