Commit 24e90f05 by 展昭

update

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