Files
YGChatCS/pages/order/components/CustomEmpty/styles/index.scss
2025-07-29 09:01:18 +08:00

19 lines
267 B
SCSS

.empty-container {
/* #ifndef APP-NVUE */
display: flex;
/* #endif */
height: 100%;
flex-direction: column;
align-items: center;
}
.empty-image {
height: 130px;
width: 130px;
}
.empty-text {
margin-top: 10px;
font-size: 14px;
color: #666666;
}