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
ea271bfd
Commit
ea271bfd
authored
1 year ago
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 修改信息发布模板
parent
034bfdc6
xuanhan
reg
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
base-manager-ui/admin/src/pages/basicset/surface/informationskin/InformationSkin.vue
...ages/basicset/surface/informationskin/InformationSkin.vue
+10
-2
base-manager-ui/admin/src/pages/basicset/surface/modal/AddField.vue
...er-ui/admin/src/pages/basicset/surface/modal/AddField.vue
+2
-0
No files found.
base-manager-ui/admin/src/pages/basicset/surface/informationskin/InformationSkin.vue
View file @
ea271bfd
...
...
@@ -22,7 +22,12 @@
banner
</div>
</div>
<div
class=
"footer flex1 flex aic "
>
<div
class=
"footer flex1 flex aic"
:style=
"
{
background: filterItem('12', 0),
}"
>
<div
class=
"title flex aic jcc"
>
logo
</div>
...
...
@@ -38,7 +43,7 @@
<div
class=
"bottom flex1 flex aic pdl10"
:style=
"
{
background: filterItem('1
2
', 0),
background: filterItem('1
4
', 0),
color: filterItem('6', 0),
}"
>
...
...
@@ -202,6 +207,9 @@ export default {
}
.footer {
height: 50px;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: 100% 100% !important;
.title {
width: 130px;
height: 100%;
...
...
This diff is collapsed.
Click to expand it.
base-manager-ui/admin/src/pages/basicset/surface/modal/AddField.vue
View file @
ea271bfd
...
...
@@ -72,6 +72,8 @@ const attrType = [
{
key
:
"
10
"
,
label
:
"
信息面板
"
},
{
key
:
"
11
"
,
label
:
"
头部背景
"
},
{
key
:
"
12
"
,
label
:
"
底部背景
"
},
{
key
:
"
13
"
,
label
:
"
数据标题背景
"
},
{
key
:
"
14
"
,
label
:
"
数据背景
"
},
];
export
default
{
props
:
{
...
...
This diff is collapsed.
Click to expand it.
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