소스 검색

主题颜色修改

master
庞东旭 3 년 전
부모
커밋
7e448ce204
2개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. +0
    -4
      static/css/listingItems/items.css
  2. +1
    -1
      static/js/common/tools.js

+ 0
- 4
static/css/listingItems/items.css 파일 보기

@@ -114,10 +114,6 @@
cursor: pointer;
}

.input_data_btn:hover {
background: #00504d;
}

.auction_all_left {
float: left;
width: 60px;


+ 1
- 1
static/js/common/tools.js 파일 보기

@@ -441,7 +441,7 @@ define(['jquery', 'dialog'], function ($, dialog) {
if (data.code == 200) {
var content = data.data;
console.log(content)
content[13].configValue = 'red';
// content[13].configValue = 'red';
if (content[13].configValue == 'red'){
themeColor = 'red';
document.documentElement.style.setProperty('--color', '#e8041f');


불러오는 중...
취소
저장