wip(table): perf table #136,146,134

This commit is contained in:
vben
2020-12-29 23:37:40 +08:00
parent 405d7466dd
commit 116a1f7745
64 changed files with 1858 additions and 929 deletions

View File

@@ -18,6 +18,10 @@
}
}
.ant-image-preview-operations {
background: rgba(0, 0, 0, 0.3);
}
// =================================
// ==============descriptions=======
// =================================

3
src/design/config.less Normal file
View File

@@ -0,0 +1,3 @@
@import 'color.less';
@import 'var/index.less';
@import 'mixins.less';

View File

@@ -1,9 +1,9 @@
@import './transition/index.less';
@import 'transition/index.less';
@import 'var/index.less';
@import 'public.less';
@import 'mixins.less';
@import 'ant/index.less';
@import './global.less';
@import 'global.less';
*,
*::before,

View File

@@ -34,3 +34,9 @@
// left-menu
@app-menu-item-height: 42px;
.bem(@n;@content) {
@{namespace}-@{n} {
@content();
}
}