Browse Source

style:footer样式修复

master
guoapeng 4 months ago
parent
commit
0c2c6ff6bf
  1. 3
      src/pages/Index/Index.vue

3
src/pages/Index/Index.vue

@ -1062,6 +1062,7 @@ watch(
position: relative; position: relative;
bottom: 0; bottom: 0;
margin-top: auto; margin-top: auto;
background: #f5f7fa;
> *:first-child { > *:first-child {
margin-right: auto; margin-right: auto;
@ -1101,7 +1102,7 @@ watch(
text-overflow: ellipsis; text-overflow: ellipsis;
&.Info { &.Info {
color: #333; color: #333;
background-color: #f5f5f5;
background-color: #ddd;
} }
&.Warn { &.Warn {
color: #fa9d3b; color: #fa9d3b;

Loading…
Cancel
Save