mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
# Conflicts: # packages/ui/certd-client/CHANGELOG.md # packages/ui/certd-client/package.json # packages/ui/certd-client/src/api/tools.ts # packages/ui/certd-client/src/components/index.ts # packages/ui/certd-client/src/main.ts # packages/ui/certd-client/src/plugin/fast-crud/index.tsx # packages/ui/certd-client/src/plugin/index.ts # packages/ui/certd-client/src/router/source/framework.ts # packages/ui/certd-client/src/store/modules/page.ts # packages/ui/certd-client/src/style/common.less # packages/ui/certd-client/src/utils/util.env.ts # packages/ui/certd-client/src/views/crud/form/independent/index.vue # packages/ui/certd-client/src/views/framework/register/index.vue # packages/ui/certd-client/vite.config.ts
130 lines
1.3 KiB
Plaintext
130 lines
1.3 KiB
Plaintext
@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; }
|
|
|
|
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
div#app {
|
|
height: 100%
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.fs-desc{
|
|
font-size: 12px;
|
|
color:#888888;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
|
|
|
|
.ant-btn-link {
|
|
height: 24px;
|
|
}
|
|
|
|
|
|
.ant-input-affix-wrapper {
|
|
padding: 4px 11px;
|
|
}
|
|
|
|
|
|
.anticon {
|
|
vertical-align: 0 !important;
|
|
}
|
|
|
|
.flex{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
|
|
.ml-5{
|
|
margin-left:5px;
|
|
}
|
|
|
|
.mt-10{
|
|
margin-top:10px;
|
|
}
|
|
|
|
.m-10{
|
|
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
|
|
}
|