1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- // @import '~ant-design-vue/dist/antd.less';
- .ant-col {
- width: 100%;
- }
- body {
- .ant-message {
- z-index: 999999;
- }
- span.anticon:not(.app-iconify) {
- vertical-align: 0.125em !important;
- }
- }
- .ant-image-preview-root img {
- display: unset;
- }
- .ant-table-thead > tr > th {
- position: relative;
- color: rgba(0, 0, 0, 0.85);
- font-weight: 500;
- text-align: center;
- background: #fafafa;
- border-bottom: 1px solid #f0f0f0;
- transition: background 0.3s ease;
- }
- .ant-table tfoot>tr>td, .ant-table tfoot>tr>th, .ant-table-tbody>tr>td, .ant-table-thead>tr>th
- {
- padding:8px;
- }
- .ant-divider-inner-text{
- color:#1378e0 ;
- }
- .card-edit{
- padding: 24px 80px 10px 80px;
- }
- .ant-picker{
- width: 100%;
- }
|