|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
<template>
|
|
|
-<view class="app-content">
|
|
|
|
|
|
|
+<view class="app-content" style="background:white;">
|
|
|
<view class="billing_box_bg">
|
|
<view class="billing_box_bg">
|
|
|
<view class="input-wrap">
|
|
<view class="input-wrap">
|
|
|
<view class="search-bar">
|
|
<view class="search-bar">
|
|
@@ -190,7 +190,9 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
.billing_box_bg {
|
|
.billing_box_bg {
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
|
|
+ background: white;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
|
|
+ background:white;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
.input-wrap {
|
|
.input-wrap {
|
|
|
display: flex;
|
|
display: flex;
|