Browse Source

Merge branch 'develop' of git.openi.org.cn:OpenI/aiforge into train-job

tags/v1.21.11.1
lewis 5 years ago
parent
commit
37caa2c2f6
2 changed files with 2 additions and 6 deletions
  1. +0
    -4
      web_src/less/_base.less
  2. +2
    -2
      web_src/less/openi.less

+ 0
- 4
web_src/less/_base.less View File

@@ -1297,10 +1297,6 @@ i.icon.centerlock {
vertical-align: middle !important;
}

.ui.grid>.column:not(.row),
.ui.grid>.row>.column {
z-index: 0,
}
.ui.search.action.input > input {
width: auto;
}

+ 2
- 2
web_src/less/openi.less View File

@@ -5,10 +5,10 @@
color: #f2711c!important
}
.mb-1 {
margin-bottom: 8px;
margin-bottom: 8px !important;
}
.mb-2 {
margin-bottom: 16px;
margin-bottom: 16px !important;
}
.following.bar #navbar .brand{
padding-left: 0;


Loading…
Cancel
Save