Commit 695657d6 authored by “yiyousong”'s avatar “yiyousong”

pref:修改站点模块展示

parent d12fd8d5
......@@ -822,7 +822,7 @@ export default {
}
.ant-checkbox-group {
display: grid;
grid-template-columns: 160px 160px 160px 160px 160px 160px;
grid-template-columns: 260px 260px 260px 260px;
}
.ant-checkbox-wrapper {
margin-left: 0px;
......
......@@ -184,7 +184,7 @@
<div class="deploy_module">
<div class="color_title">部署模块</div>
<a-row>
<a-col :span="20">
<a-col :span="24">
<div class="item_box">
<div
class="item"
......@@ -533,13 +533,16 @@ export default {
display: flex;
flex-wrap: wrap;
.item {
width: 120px;
width: 140px;
height: 54px;
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(30, 159, 255, 0.2);
margin-right: 10px;
margin-bottom: 10px;
padding: 6px;
border-radius: 5px;
text-align: center;
}
}
}
......
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