Commit 7a3b68b0 by zhangleyuan

feat:初始化学院显示编辑按钮

parent 567db2cf
...@@ -189,7 +189,7 @@ export default class CollegeManagePage extends React.Component { ...@@ -189,7 +189,7 @@ export default class CollegeManagePage extends React.Component {
<div className="title">{item.storeName}</div> <div className="title">{item.storeName}</div>
<div className="time">{moment(item.createTime).format('YYYY-MM-DD HH:mm')}</div> <div className="time">{moment(item.createTime).format('YYYY-MM-DD HH:mm')}</div>
<div className="control-box"> <div className="control-box">
{item.userRole === 'StoreManager' && item.state === 'VALID' && !item.mainStore && {item.userRole === 'StoreManager' && item.state === 'VALID' &&
<span <span
className="control-button" className="control-button"
onClick={(e) => { onClick={(e) => {
......
...@@ -19,14 +19,14 @@ ...@@ -19,14 +19,14 @@
margin-top: 24px; margin-top: 24px;
.error{ .error{
position: absolute; position: absolute;
width: 100%; width: 170px;
height: 100%; height: 170px;
background: rgba(255, 255, 255, 0.95); background: rgba(255, 255, 255, 0.95);
display: flex; display: flex;
align-items:center; align-items:center;
justify-content:center; justify-content:center;
left:0px; left:-5px;
top: 0px; top:-5px;
div{ div{
margin: 0 10px; margin: 0 10px;
font-size: 14px; font-size: 14px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment