no message
This commit is contained in:
parent
adfb53bac2
commit
8bb5d4d30d
@ -177,6 +177,13 @@ getOrderNumApi } from "@/api/service/service";
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
|
||||||
|
.app-container{
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
/* height: 100vh; */
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
.ding-top{
|
.ding-top{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
@ -830,7 +830,8 @@
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
.app-container{
|
.app-container{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100%;
|
||||||
|
/* height: 100vh; */
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
.pagin-box{
|
.pagin-box{
|
||||||
|
Loading…
Reference in New Issue
Block a user