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

pref:修改站点模块展示

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