Commit 24e90f05 by 展昭

update

parent a06a8569
...@@ -9,6 +9,9 @@ i { ...@@ -9,6 +9,9 @@ i {
.iosStyle { .iosStyle {
background-color: #077AEC; background-color: #077AEC;
} }
.container {
padding-top: 46px;
}
/*未扣费*/ /*未扣费*/
.no_bill { .no_bill {
color: #077AEC; color: #077AEC;
......
...@@ -12,9 +12,9 @@ i { ...@@ -12,9 +12,9 @@ i {
.iosStyle{ .iosStyle{
background-color: @base-blue-color; background-color: @base-blue-color;
} }
// .container { .container {
// padding-top: 46px; padding-top: 46px;
// } }
/*未扣费*/ /*未扣费*/
.no_bill { .no_bill {
......
<template> <template>
<div class="container"> <div class="container_record">
<div class="header"> <div class="header">
<HeaderW :title="title" /> <HeaderW :title="title" />
</div> </div>
...@@ -107,7 +107,7 @@ export default { ...@@ -107,7 +107,7 @@ export default {
); );
} }
const dom2 = document.getElementsByClassName("container")[0]; const dom2 = document.getElementsByClassName("container_record")[0];
if (dom2) { if (dom2) {
dom2.setAttribute( dom2.setAttribute(
"style", "style",
......
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 sign in to comment