许静 5 years ago
parent
commit
52e34ea7e0
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/pages/building/list/add/components/poster.jsx

+ 2
- 2
src/pages/building/list/add/components/poster.jsx View File

@@ -100,7 +100,7 @@ const Poster = props => {
100 100
   return <div>
101 101
     <div style={{ display: 'flex' }}>
102 102
       <div style={{ width: '420px', height: '900px', display: 'inline-block', marginTop: '30px' }}>
103
-        <div style={{ width: '375px', height: '785px', backgroundColor: '#fff', boxShadow: '0px 0px 16px 6px rgba(0,0,0,0.15)', position: 'relative', margin: '0 auto' }}>
103
+        <div style={{ width: '375px', height: '700px', backgroundColor: '#fff', boxShadow: '0px 0px 16px 6px rgba(0,0,0,0.15)', position: 'relative', margin: '0 auto' }}>
104 104
           <img style={{ width: '100%', height: '300px' }} src={imgValue || (building.buildingImg[0].url || poster1)} alt="" />
105 105
 
106 106
           <p className={Styles.tagLabel}>
@@ -121,7 +121,7 @@ const Poster = props => {
121 121
           <img src={yinhao} style={{ width: '30px', marginLeft: '22px' }} alt="" />
122 122
           <p style={{
123 123
             margin: '16px 20px 28px 20px', fontSize: '17px', color: '#999',
124
-            display: '-webkit-box', lineClamp: '3', height: '76px',
124
+            display: '-webkit-box', lineClamp: '3', height: '72px',
125 125
             WebkitLineClamp: '3',
126 126
             WebkitBoxOrient: 'vertical',
127 127
             overflow: 'hidden',