BUG 30071
This commit is contained in:
@@ -19,10 +19,10 @@
|
|||||||
<AiEmpty description="暂无数据" class="emptyWrap" v-else/>
|
<AiEmpty description="暂无数据" class="emptyWrap" v-else/>
|
||||||
</AiItem>
|
</AiItem>
|
||||||
</AiGroup>
|
</AiGroup>
|
||||||
<div class="subBtn" v-if="detail.girdRight==1">
|
<div class="subBtn" v-if="detail.girdRight==1" flex>
|
||||||
<div @click="toAddGird">添加下级网格</div>
|
|
||||||
<div @click="edit">编辑网格</div>
|
|
||||||
<div class="delete" @click="handleDelete">删除网格</div>
|
<div class="delete" @click="handleDelete">删除网格</div>
|
||||||
|
<div @click="edit">编辑网格</div>
|
||||||
|
<div @click="toAddGird">添加下级网格</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -156,6 +156,7 @@ export default {
|
|||||||
height: 118px;
|
height: 118px;
|
||||||
background: #f4f8fb;
|
background: #f4f8fb;
|
||||||
font-family: PingFangSC-Medium, PingFang SC;
|
font-family: PingFangSC-Medium, PingFang SC;
|
||||||
|
justify-content: flex-end;
|
||||||
|
|
||||||
div {
|
div {
|
||||||
padding: 0 32px;
|
padding: 0 32px;
|
||||||
@@ -167,7 +168,6 @@ export default {
|
|||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
margin-left: 22px;
|
margin-left: 22px;
|
||||||
float: right;
|
|
||||||
border: 2px #1365dd solid;
|
border: 2px #1365dd solid;
|
||||||
|
|
||||||
&.delete {
|
&.delete {
|
||||||
@@ -176,7 +176,7 @@ export default {
|
|||||||
border-color: #f46;
|
border-color: #f46;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:first-of-type {
|
&:last-of-type {
|
||||||
margin-right: 32px;
|
margin-right: 32px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user