mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-14 12:02:13 +08:00
初始化3.0.0版本
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user