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