@@ -0,0 +1,9 @@
@import '@/uni_modules/uview-plus/theme.scss';
@mixin flex($direction: row, $space: start) {
/* #ifndef APP-NVUE */
display: flex;
/* #endif */
align-items: center;
flex-direction: $direction;
justify-content: $space;
}
The note is not visible to the blocked user.