傅行帆 5 years ago
parent
commit
9fa0c6e36c
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/pages/building/list/index.jsx

+ 2
- 2
src/pages/building/list/index.jsx View File

@@ -142,7 +142,7 @@ function CartBody(props) {
142 142
           <span className={Styles.title}>录入时间</span>
143 143
           <span >:{moment(data.createDate).format('YYYY-MM-DD HH:mm:ss')}</span>
144 144
         </p>
145
-        <p style={{ margin: '15px 0', position: 'relative', fontSize: '0.106rem' }}>
145
+        <p style={{ margin: '20px 0', position: 'relative', fontSize: '0.106rem' }}>
146 146
           <AuthButton name="admin.building.public" noRight={null}>
147 147
             <span style={{ color: '#FF4A4A' }} onClick={() => pulicAndUnPulic(data)}>
148 148
               {/* 已发布的时候,需要显示取消发布的字样 */}
@@ -152,7 +152,7 @@ function CartBody(props) {
152 152
           </AuthButton>
153 153
           <AuthButton name="admin.building.delete" noRight={null}>
154 154
             <span style={{
155
-              color: '#FF4A4A', position: 'absolute', right: '0',
155
+              color: '#FF4A4A', position: 'absolute', right: '0',bottom:'0'
156 156
             }} onClick={() => deleteBuilding(data)}>
157 157
               删除
158 158
                 <Icon type="rest" style={{ color: '#C0C4CC', marginLeft: '8px' }} />