浏览代码

样式bug

zhouna 3 年之前
父节点
当前提交
655eccfa9f

二进制
src/common/images/banner-down.png


二进制
src/common/images/edit2.png


二进制
src/common/images/icon_del_default.png


二进制
src/common/images/icon_del_default@2x.png


二进制
src/common/images/icon_del_hover.png


二进制
src/common/images/icon_del_hover@2x.png


二进制
src/common/images/icon_edit_default.png


二进制
src/common/images/icon_edit_default@2x.png


二进制
src/common/images/icon_edit_hover.png


二进制
src/common/images/icon_edit_hover@2x.png


二进制
src/common/images/加入@3x.png


二进制
src/common/images/已加入@3x.png


二进制
src/common/images/筛选表.png


二进制
src/common/images/级别1.png


二进制
src/common/images/级别2.png


二进制
src/common/images/级别3.png


二进制
src/common/images/级别4.png


二进制
src/common/images/级别5.png


+ 0 - 2
src/components/AddInspect/InspectName/index.jsx

@@ -1,7 +1,5 @@
 import React, { Component } from "react";
 import styles from "./index.less";
-import edit1 from "@common/images/edit1.png";
-import edit2 from "@common/images/edit2.png";
 import { normalVal, timestampToTime, getStatusImg,setFontColorSize } from '@utils/tools';
 class InspectName extends Component {
   constructor(props) {

+ 0 - 2
src/components/AddInspectCopy/InspectName/index.jsx

@@ -1,7 +1,5 @@
 import React, { Component } from "react";
 import styles from "./index.less";
-import edit1 from "@common/images/edit1.png";
-import edit2 from "@common/images/edit2.png";
 import { normalVal, timestampToTime, getStatusImg,setFontColorSize } from '@utils/tools';
 class InspectName extends Component {
   constructor(props) {

+ 0 - 2
src/components/AddNewInspect/InspectName/index.jsx

@@ -1,7 +1,5 @@
 import React, { Component } from "react";
 import styles from "./index.less";
-import edit1 from "@common/images/edit1.png";
-import edit2 from "@common/images/edit2.png";
 import { normalVal, timestampToTime, getStatusImg,setFontColorSize } from '@utils/tools';
 class InspectName extends Component {
   constructor(props) {

+ 3 - 2
src/components/Banner/index.less

@@ -67,6 +67,7 @@
         box-shadow: 0px 2px 4px 0px #1C6EC3;
         background-color: #fff;
         padding-left: 10px;
+        border-radius: 2px;
         i {
           position: absolute;
           right: 20px;
@@ -94,8 +95,8 @@
         }
         img.bannerDown {
           position: absolute;
-          right: 124px;
-          top: 15px;
+          right: 127px;
+          top: 17px;
         }
       }
       .hospitalLis {

+ 4 - 6
src/components/HistoryCaseContainer/HistoryList/index.jsx

@@ -11,18 +11,16 @@ import Empty from '@components/Empty'
 import { pushAllDataList,didPushParamChange } from '@utils/tools';
 // import { dragBox } from '@utils/drag';
 import { initItemList, setInitHistory } from '@store/async-actions/historyTemplates';
-import HistoryCases from '@containers/HistoryCases';
 import $ from 'jquery';
 import { ConfirmModal } from '@commonComp';
 import {showHistory} from "@store/actions/historyTemplates";
 import { SET_READ_MODE } from "@store/types/typeConfig";
 import {billing} from '@store/async-actions/pushMessage';
 import { getHistempDetail, asyncUpdateByIdUsNames, asyncCancelTemplateInfos} from '@store/async-actions/historyTemplates';
-import { embedPush } from '../../../store/async-actions/pushMessage'
-import edit from '../../../common/images/icon_edit_default@2x.png';
-import editHover from '../../../common/images/icon_edit_hover@2x.png';
-import del from '../../../common/images/icon_del_default@2x.png';
-import delHover from '../../../common/images/icon_del_hover@2x.png';
+import edit from '../../../common/images/icon_edit_default.png';
+import editHover from '../../../common/images/icon_edit_hover.png';
+import del from '../../../common/images/icon_del_default.png';
+import delHover from '../../../common/images/icon_del_hover.png';
 import Notify from '@commonComp/Notify';
 import ScrollArea from 'react-scrollbar';
 class HistoryCaseContainer extends React.Component {

+ 2 - 2
src/components/HistoryCaseContainer/HistoryList/index.less

@@ -63,7 +63,7 @@
                 display: flex;
                 align-items: center;
                 .activeColor {
-                      color: '#3B9ED0';
+                      color: @bannerBg;
                     }
                 .itemLeft{
                     flex: 1;
@@ -114,7 +114,7 @@
                         font-size: 10px;
                         height:20px;
                         line-height: 20px;
-                        color: #3B9ED0;
+                        color: @bannerBg;
                         margin-top: -8px;
                     }                
                 }