提交 8c21de8d 编写于 作者: B break60 提交者: qiaozhanwei

Modify crontab style (#1274)

* Checkbox change background color and env to Chinese

* Remove space before and after login user name

* Modify crontab style
上级 9090095d
......@@ -516,6 +516,11 @@
<style lang="scss" rel="stylesheet/scss">
.day-model {
.ans-radio-group-vertical {
.ans-radio-wrapper {
margin: 5px 0;
display: inline-block
}
}
}
</style>
......@@ -252,4 +252,12 @@
</script>
<style lang="scss" rel="stylesheet/scss">
.hour-model {
.ans-radio-group-vertical {
.ans-radio-wrapper {
margin: 5px 0;
display: inline-block
}
}
}
</style>
......@@ -254,8 +254,11 @@
<style lang="scss" rel="stylesheet/scss">
.minute-model {
.ans-radio-group-vertical {
.ans-radio-wrapper {
margin: 5px 0;
display: inline-block
}
}
}
</style>
......@@ -253,8 +253,11 @@
<style lang="scss" rel="stylesheet/scss">
.month-model {
.ans-radio-group-vertical {
.ans-radio-wrapper {
margin: 5px 0;
display: inline-block
}
}
}
</style>
......@@ -261,8 +261,11 @@
<style lang="scss" rel="stylesheet/scss">
.second-model {
.ans-radio-group-vertical {
.ans-radio-wrapper {
margin: 5px 0;
display: inline-block
}
}
}
</style>
......@@ -252,8 +252,11 @@
<style lang="scss" rel="stylesheet/scss">
.year-model {
.ans-radio-group-vertical {
.ans-radio-wrapper {
margin: 5px 0;
display: inline-block
}
}
}
</style>
......@@ -22,6 +22,16 @@
background-color: #ccc;
}
}
.ans-checkbox {
.ans-checkbox-inner {
border: 1px solid #ccc;
}
}
.ans-checkbox-checked {
.ans-checkbox-inner {
border: 1px solid #1489e2;
}
}
.ellipsis {
overflow: hidden;
text-overflow: ellipsis;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册