rows fix
This commit is contained in:
		@ -49,7 +49,6 @@ const Component = {
 | 
			
		||||
        ...AList.props,
 | 
			
		||||
        columns: Array,
 | 
			
		||||
        labels: Object,
 | 
			
		||||
        allowCreate: Boolean,
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    data() {
 | 
			
		||||
 | 
			
		||||
@ -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"
 | 
			
		||||
 | 
			
		||||
@ -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;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user