ソースを参照

Merge branch 'master' of http://git.ycjcjy.com/zhiyuxing/estateagents-admin-manager

周立森 5 年 前
コミット
1735aa1b9c
共有3 個のファイルを変更した18 個の追加2 個の削除を含む
  1. 17
    0
      src/global.less
  2. 1
    1
      src/pages/building/list/index.jsx
  3. 0
    1
      src/pages/staff/list/style.less

+ 17
- 0
src/global.less ファイルの表示

@@ -71,6 +71,23 @@ ol {
71 71
 }
72 72
  
73 73
 .ant-layout{
74
+  .ant-menu-vertical .ant-menu-item,
75
+.ant-menu-vertical-left .ant-menu-item,
76
+.ant-menu-vertical-right .ant-menu-item,
77
+.ant-menu-inline .ant-menu-item,
78
+.ant-menu-vertical .ant-menu-submenu-title,
79
+.ant-menu-vertical-left .ant-menu-submenu-title,
80
+.ant-menu-vertical-right .ant-menu-submenu-title,
81
+.ant-menu-inline .ant-menu-submenu-title,
82
+.ant-input ,.ant-btn{
83
+  font-size: 16px;
84
+}
85
+.ant-breadcrumb{
86
+  font-size: 16px;
87
+  .anticon {
88
+    font-size: 16px;
89
+  }
90
+} 
74 91
   .ant-pro-global-header-trigger{
75 92
     display: none;
76 93
   }

+ 1
- 1
src/pages/building/list/index.jsx ファイルの表示

@@ -138,7 +138,7 @@ function CartBody(props) {
138 138
               <span >:{ data.createDate }</span>
139 139
             </p>
140 140
             <p style={{ margin: '15px 0', position: 'relative', fontSize: '18px' }}>
141
-              <span style={{ color: '#1990FF' }} onClick={() => pulicAndUnPulic(data)}>
141
+              <span style={{ color: '#FF4A4A' }} onClick={() => pulicAndUnPulic(data)}>
142 142
                 {/* 已发布的时候,需要显示取消发布的字样 */}
143 143
                 { data.status === 1 ? '取消发布' : '发布' }
144 144
                 <Icon type="close-circle" style={{ color: '#C0C4CC', marginLeft: '8px' }} />

+ 0
- 1
src/pages/staff/list/style.less ファイルの表示

@@ -61,7 +61,6 @@
61 61
 }
62 62
 
63 63
 .cardTag {
64
-  width: 48px;
65 64
   height: 18px;
66 65
   font-size: 10px;
67 66
   // background: #fdce22;