no message

This commit is contained in:
wangh 2024-01-02 11:34:38 +08:00
parent adfb53bac2
commit 8bb5d4d30d
2 changed files with 9 additions and 1 deletions

View File

@ -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;

View File

@ -830,7 +830,8 @@
<style scoped>
.app-container{
width: 100%;
height: 100vh;
height: 100%;
/* height: 100vh; */
background: white;
}
.pagin-box{