diff --git a/packages/pro-field/modifyed.css b/packages/pro-field/modifyed.css new file mode 100644 index 00000000..3f61598f --- /dev/null +++ b/packages/pro-field/modifyed.css @@ -0,0 +1,2 @@ +@import "ant-design-vue/es/input/style/index.css"; +@import "ant-design-vue/es/input-number/style/index.css"; diff --git a/packages/pro-table/modifyed.css b/packages/pro-table/modifyed.css new file mode 100644 index 00000000..c2cb8e44 --- /dev/null +++ b/packages/pro-table/modifyed.css @@ -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); + } +} diff --git a/packages/pro-table/src/style.less b/packages/pro-table/src/style.less index f88376d0..818e4c51 100644 --- a/packages/pro-table/src/style.less +++ b/packages/pro-table/src/style.less @@ -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