del: 移除表格斑马纹

This commit is contained in:
TsMask
2024-04-15 10:08:04 +08:00
parent f050e500e9
commit f1a0e200dc
29 changed files with 0 additions and 579 deletions

View File

@@ -92,8 +92,6 @@ type TabeStateType = {
loading: boolean;
/**紧凑型 */
size: string;
/**斑马纹 */
striped: boolean;
/**搜索栏 */
seached: boolean;
/**记录数据 */
@@ -106,7 +104,6 @@ type TabeStateType = {
let tableState: TabeStateType = reactive({
loading: false,
size: 'middle',
striped: false,
seached: false,
data: [],
selectedRowKeys: [],