🐛(component): update

This commit is contained in:
就眠儀式 2022-11-12 16:33:59 +08:00
parent 4abe693301
commit b22eec57eb
2 changed files with 0 additions and 9 deletions

View File

@ -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;

View File

@ -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,