Skip to content

Commit

Permalink
chore: publish pnpm repo, pro-table;pro-field;pro-form
Browse files Browse the repository at this point in the history
  • Loading branch information
sendya committed Jan 4, 2023
1 parent b8126b8 commit d4212f6
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/pro-field/modifyed.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@import "ant-design-vue/es/input/style/index.css";
@import "ant-design-vue/es/input-number/style/index.css";
44 changes: 44 additions & 0 deletions packages/pro-table/modifyed.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
.pro-table-tooltip-text span {
color: #fff;
}
.ant-pro-table {
z-index: 1;
}
.ant-pro-table:not(:root):fullscreen {
min-height: 100vh;
overflow: auto;
background: #fff;
}
.ant-pro-table-extra {
margin-bottom: 16px;
}
.ant-pro-table-polling .ant-pro-table-list-toolbar-setting-item .anticon.anticon-reload {
transform: rotate(0deg);
animation: turn 1s linear infinite;
}
.ant-pro-table td.ant-table-cell > a {
font-size: 14px;
}
.ant-pro-table .ant-table .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
margin: 0;
}
.ant-pro-table .ant-table.ant-table-middle .ant-pro-table {
margin: -12px -8px;
}
@keyframes turn {
0% {
transform: rotate(0deg);
}
25% {
transform: rotate(90deg);
}
50% {
transform: rotate(180deg);
}
75% {
transform: rotate(270deg);
}
100% {
transform: rotate(360deg);
}
}
4 changes: 2 additions & 2 deletions packages/pro-table/src/style.less
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import './index.less';
@import '@ant-design-vue/pro-form/dist/style.less'; // pro-form css or style.less
@import "./index.less";
// @import '@ant-design-vue/pro-form/dist/style.less'; // pro-form css or style.less

0 comments on commit d4212f6

Please sign in to comment.