🐛(component): update
This commit is contained in:
parent
4abe693301
commit
b22eec57eb
@ -366,10 +366,6 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layui-table-cell .lay-tooltip-content {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.layui-table-cell .layui-form-checkbox[lay-skin="primary"] {
|
.layui-table-cell .layui-form-checkbox[lay-skin="primary"] {
|
||||||
top: -1px;
|
top: -1px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -1387,7 +1387,6 @@ export default {
|
|||||||
::: demo 使用了绝大部分属性的 table 案例
|
::: demo 使用了绝大部分属性的 table 案例
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<lay-button @click="changeMaxHeight"></lay-button>
|
|
||||||
<lay-table
|
<lay-table
|
||||||
id="id"
|
id="id"
|
||||||
:max-height="maxHeight5"
|
:max-height="maxHeight5"
|
||||||
@ -1428,10 +1427,6 @@ export default {
|
|||||||
const defaultToolbar5 = ref(true)
|
const defaultToolbar5 = ref(true)
|
||||||
const maxHeight5 = ref('600px');
|
const maxHeight5 = ref('600px');
|
||||||
|
|
||||||
const changeMaxHeight = () => {
|
|
||||||
maxHeight5.value = '200px'
|
|
||||||
}
|
|
||||||
|
|
||||||
const page5 = {
|
const page5 = {
|
||||||
total: 100,
|
total: 100,
|
||||||
limit: 10,
|
limit: 10,
|
||||||
|
Loading…
Reference in New Issue
Block a user