File tree Expand file tree Collapse file tree 3 files changed +48
-2
lines changed Expand file tree Collapse file tree 3 files changed +48
-2
lines changed Original file line number Diff line number Diff line change
1
+ @import "ant-design-vue/es/input/style/index.css" ;
2
+ @import "ant-design-vue/es/input-number/style/index.css" ;
Original file line number Diff line number Diff line change
1
+ .pro-table-tooltip-text span {
2
+ color : # fff ;
3
+ }
4
+ .ant-pro-table {
5
+ z-index : 1 ;
6
+ }
7
+ .ant-pro-table : not (: root ): fullscreen {
8
+ min-height : 100vh ;
9
+ overflow : auto;
10
+ background : # fff ;
11
+ }
12
+ .ant-pro-table-extra {
13
+ margin-bottom : 16px ;
14
+ }
15
+ .ant-pro-table-polling .ant-pro-table-list-toolbar-setting-item .anticon .anticon-reload {
16
+ transform : rotate (0deg );
17
+ animation : turn 1s linear infinite;
18
+ }
19
+ .ant-pro-table td .ant-table-cell > a {
20
+ font-size : 14px ;
21
+ }
22
+ .ant-pro-table .ant-table .ant-table-tbody .ant-table-wrapper : only-child .ant-table {
23
+ margin : 0 ;
24
+ }
25
+ .ant-pro-table .ant-table .ant-table-middle .ant-pro-table {
26
+ margin : -12px -8px ;
27
+ }
28
+ @keyframes turn {
29
+ 0% {
30
+ transform : rotate (0deg );
31
+ }
32
+ 25% {
33
+ transform : rotate (90deg );
34
+ }
35
+ 50% {
36
+ transform : rotate (180deg );
37
+ }
38
+ 75% {
39
+ transform : rotate (270deg );
40
+ }
41
+ 100% {
42
+ transform : rotate (360deg );
43
+ }
44
+ }
Original file line number Diff line number Diff line change 1
- @import ' ./index.less' ;
2
- @import ' @ant-design-vue/pro-form/dist/style.less' ; // pro-form css or style.less
1
+ @import " ./index.less" ;
2
+ // @import '@ant-design-vue/pro-form/dist/style.less'; // pro-form css or style.less
You can’t perform that action at this time.
0 commit comments