* Checkbox change background color and env to Chinese * Remove space before and after login user name * Modify crontab style
@@ -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>
+ .hour-model {
@@ -254,8 +254,11 @@
.minute-model {
@@ -253,8 +253,11 @@
.month-model {
@@ -261,8 +261,11 @@
.second-model {
@@ -252,8 +252,11 @@
.year-model {
@@ -22,6 +22,16 @@
background-color: #ccc;
+ .ans-checkbox {
+ .ans-checkbox-inner {
+ border: 1px solid #ccc;
+ .ans-checkbox-checked {
+ border: 1px solid #1489e2;
.ellipsis {
overflow: hidden;
text-overflow: ellipsis;