Browse Source
Merge in ~ABBY/decision-webui-dcm from final/10.0 to persist/10.0 * commit '7d1c4587c445e3c6e06f2ca8cc2ce453aca85bb3': BI-66943 fix: 【513】全局更新设置定时更新,明细频率执行,应该只有选项前面的选项是勾选状态,整一行没有蓝色选中 DEC-13518 fix: 数据连接高级属性,单独修改“开启空闲回收器检验”不生效 无JIRA 修复husky pre-push报错 DEC-13363 feat: 加载动画统一qufenxi
Abby
4 years ago
12 changed files with 40 additions and 30 deletions
@ -1,5 +1,5 @@
|
||||
@background-data-connection: "background/data-connection-tip.png"; |
||||
@icon-upload-loading: "icon/upload_loading.gif"; |
||||
@icon-upload-loading: "icon/wave_loading.gif"; |
||||
@icon-upload-fail: "icon/upload_fail.png"; |
||||
@icon-upload-success: "icon/upload_success.png"; |
||||
@background-error-page: "background/error_page.png"; |
@ -1,6 +0,0 @@
|
||||
@import "../../../../less/index.less"; |
||||
.bi-list-item-active{ |
||||
&:active, &.active { |
||||
background-color: @color-bi-light-blue-60; |
||||
} |
||||
} |
Loading…
Reference in new issue