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

View File

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