Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
695657d6
Commit
695657d6
authored
Aug 03, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改站点模块展示
parent
d12fd8d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
base-manager-ui/admin/src/pages/basicset/site/components/addsite.vue
...r-ui/admin/src/pages/basicset/site/components/addsite.vue
+1
-1
base-manager-ui/admin/src/pages/basicset/site/website.vue
base-manager-ui/admin/src/pages/basicset/site/website.vue
+6
-3
No files found.
base-manager-ui/admin/src/pages/basicset/site/components/addsite.vue
View file @
695657d6
...
@@ -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 1
60px;
grid-template-columns:
260px 260px 260px 2
60px;
}
}
.ant-checkbox-wrapper {
.ant-checkbox-wrapper {
margin-left: 0px;
margin-left: 0px;
...
...
base-manager-ui/admin/src/pages/basicset/site/website.vue
View file @
695657d6
...
@@ -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
=
"
2
0
"
>
<
a
-
col
:
span
=
"
2
4
"
>
<
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
:
120
px
;
width
:
140
px
;
height
:
54
px
;
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
:
10
px
;
margin
-
right
:
10
px
;
margin
-
bottom
:
10
px
;
margin
-
bottom
:
10
px
;
padding
:
6
px
;
padding
:
6
px
;
border
-
radius
:
5
px
;
border
-
radius
:
5
px
;
text
-
align
:
center
;
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment