Commit 3e96f08d authored by “yiyousong”'s avatar “yiyousong”

perf:添加站点模块配置权限

parent c01e8d45
...@@ -282,8 +282,9 @@ ...@@ -282,8 +282,9 @@
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
</a-row> </a-row>
<div class="color_title">部署板块</div> <div v-permission="[1]" class="color_title">部署板块</div>
<a-form-model-item <a-form-model-item
v-permission="[1]"
:label-col="{ span: 2 }" :label-col="{ span: 2 }"
:wrapper-col="{ span: 22 }" :wrapper-col="{ span: 22 }"
class="model-id" class="model-id"
...@@ -811,7 +812,7 @@ export default { ...@@ -811,7 +812,7 @@ export default {
} }
.ant-checkbox-group { .ant-checkbox-group {
display: grid; display: grid;
grid-template-columns: 260px 260px 260px 260px; grid-template-columns: repeat(3, 320px);
} }
.ant-checkbox-wrapper { .ant-checkbox-wrapper {
margin-left: 0px; margin-left: 0px;
......
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