icssoa 6 месяцев назад
Родитель
Сommit
777564e5d0
1 измененных файлов с 1 добавлено и 5 удалено
  1. 1 5
      uni_modules/cool-ui/components/cl-empty/cl-empty.uvue

+ 1 - 5
uni_modules/cool-ui/components/cl-empty/cl-empty.uvue

@@ -21,7 +21,7 @@
 		<cl-text
 			:pt="{
 				className: parseClass([
-					'cl-empty__text',
+					'cl-empty__text text-sm text-surface-400',
 					{
 						'text-surface-100': isDark
 					}
@@ -98,9 +98,5 @@ const pt = computed(() => parsePt<PassThrough>(props.pt));
 	&__icon {
 		margin-bottom: 20rpx;
 	}
-
-	&__text {
-		@apply text-surface-400 text-sm;
-	}
 }
 </style>