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