feat: 订单详情 & 问卷调查
This commit is contained in:
12
src/components/NTRPEvaluatePopup/index.module.scss
Normal file
12
src/components/NTRPEvaluatePopup/index.module.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
@use "~@/scss/images.scss" as img;
|
||||
|
||||
.container {
|
||||
width: calc(100vw - 40px);
|
||||
height: 400px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 20px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
Reference in New Issue
Block a user