初始化3.0.0版本

This commit is contained in:
zengqiao
2022-08-18 17:04:05 +08:00
parent 462303fca0
commit 51832385b1
2446 changed files with 93177 additions and 127211 deletions

View File

@@ -0,0 +1,19 @@
.balance-drawer {
.form-title {
font-size: 16px;
color: #212529;
letter-spacing: 0;
line-height: 25px;
margin: 16px 0;
}
.schedule-cron {
.dcloud-select {
margin-right: 10px;
}
}
.dcloud-drawer-body{
padding: 0 20px 14px !important;
}
}

View File

@@ -0,0 +1,46 @@
.cron-input-dropDown {
.cron-input {
width: 553px;
}
.ant-tabs-nav-list {
// 秒
// .ant-tabs-tab:nth-child(1) {
// display: none;
// }
.ant-tabs-tab:nth-child(7) {
display: none;
}
}
.ant-tabs-content {
// 秒
.ant-tabs-tabpane:nth-child(1) {
.ant-radio-group {
.ant-radio-wrapper:nth-child(2) {
display: none !important;
}
.ant-radio-wrapper:nth-child(3) {
display: none !important;
}
.ant-radio-wrapper:nth-child(4) {
display: none !important;
}
}
}
// 分
.ant-tabs-tabpane:nth-child(2) {
.ant-radio-group {
.ant-radio-wrapper:nth-child(1) {
display: none !important;
}
}
}
// 时
.ant-tabs-tabpane:nth-child(3) {
.ant-radio-group {
.ant-radio-wrapper:nth-child(1) {
display: none !important;
}
}
}
}
}