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

perf: 修改信息发布模板

parent 034bfdc6
...@@ -22,7 +22,12 @@ ...@@ -22,7 +22,12 @@
banner banner
</div> </div>
</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"> <div class="title flex aic jcc">
logo logo
</div> </div>
...@@ -38,7 +43,7 @@ ...@@ -38,7 +43,7 @@
<div <div
class="bottom flex1 flex aic pdl10" class="bottom flex1 flex aic pdl10"
:style="{ :style="{
background: filterItem('12', 0), background: filterItem('14', 0),
color: filterItem('6', 0), color: filterItem('6', 0),
}" }"
> >
...@@ -202,6 +207,9 @@ export default { ...@@ -202,6 +207,9 @@ export default {
} }
.footer { .footer {
height: 50px; height: 50px;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: 100% 100% !important;
.title { .title {
width: 130px; width: 130px;
height: 100%; height: 100%;
......
...@@ -72,6 +72,8 @@ const attrType = [ ...@@ -72,6 +72,8 @@ const attrType = [
{ key: "10", label: "信息面板" }, { key: "10", label: "信息面板" },
{ key: "11", label: "头部背景" }, { key: "11", label: "头部背景" },
{ key: "12", label: "底部背景" }, { key: "12", label: "底部背景" },
{ key: "13", label: "数据标题背景" },
{ key: "14", label: "数据背景" },
]; ];
export default { export default {
props: { 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