Commit ea271bfd authored by “yiyousong”'s avatar “yiyousong”

perf: 修改信息发布模板

No related merge requests found
......@@ -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('12', 0),
background: filterItem('14', 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%;
......
......@@ -72,6 +72,8 @@ const attrType = [
{ key: "10", label: "信息面板" },
{ key: "11", label: "头部背景" },
{ key: "12", label: "底部背景" },
{ key: "13", label: "数据标题背景" },
{ key: "14", label: "数据背景" },
];
export default {
props: {
......
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