chore: 升级到antdv4

This commit is contained in:
xiaojunnuo
2024-03-08 17:07:53 +08:00
parent e1b372c33b
commit 5b576112d1
17 changed files with 53 additions and 89 deletions
+5 -66
View File
@@ -1,13 +1,10 @@
@import './tailwind.less';
@import "ant-design-vue/dist/antd.less";
@import './theme/index.less';
@import './theme/default.less';
@import './scroll.less';
@import './transition.less';
@import './fix-windicss.less';
svg { vertical-align: baseline; }
@import './antdv4.less';
@import './certd.less';
html, body {
margin: 0;
@@ -66,64 +63,6 @@ h1, h2, h3, h4, h5, h6 {
margin:10px;
}
.text-center{
text-align: center;
}
.font12{
font-size: 12px;
}
.bg-gray{
background-color: #eee;
}
.bg-white{
background-color: #fff;
}
.fs-page-header{
background-color: #fff;
}
.ant-btn{
.fs-iconify{
font-size:16px;
margin-right:3px
}
display: inline-flex;
justify-content: center;
align-items: center;
}
.ant-timeline{
.fs-iconify{
font-size: 16px;
}
}
.gray{
color:gray;
}
.green{
color:green;
}
.blue{
color:blue;
}
.red{
color:red
}
.yellow{
color:yellow;
}
.font-20{
font-size:20px
}
.p-5{
padding:5px;
}