许静 5 лет назад
Родитель
Сommit
f1a15d0cbf
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 Просмотреть файл

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