Browse Source
Merge in DEC/decision-webui-dcm from ~ABBY/decision-webui-dcm:release/10.0 to final/10.0 * commit 'd02345397da0f5a182a9498e96bfa42edc110eb5': BI-66943 fix: 【513】全局更新设置定时更新,明细频率执行,应该只有选项前面的选项是勾选状态,整一行没有蓝色选中 DEC-13518 fix: 数据连接高级属性,单独修改“开启空闲回收器检验”不生效 无JIRA 修复husky pre-push报错 DEC-13363 feat: 加载动画统一final/10.0 10.0.7
Kara
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