Skip to content

Commit d4212f6

Browse files
committed
chore: publish pnpm repo, pro-table;pro-field;pro-form
1 parent b8126b8 commit d4212f6

File tree

3 files changed

+48
-2
lines changed

3 files changed

+48
-2
lines changed

packages/pro-field/modifyed.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@import "ant-design-vue/es/input/style/index.css";
2+
@import "ant-design-vue/es/input-number/style/index.css";

packages/pro-table/modifyed.css

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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+
}

packages/pro-table/src/style.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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

0 commit comments

Comments
 (0)