icssoa 7 달 전
부모
커밋
30147ed73a
4개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      locale/en.ts
  2. 0 0
      locale/es.ts
  3. 0 0
      locale/zh-cn.ts
  4. 5 1
      uni_modules/cool-ui/components/cl-text/cl-text.uvue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
locale/en.ts


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
locale/es.ts


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
locale/zh-cn.ts


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

@@ -276,8 +276,12 @@ const content = computed(() => {
 .cl-text {
 	@apply text-md;
 
+	// #ifndef APP
+	flex-shrink: unset;
+	// #endif
+
 	&--pre-wrap {
-		// #ifdef H5
+		// #ifndef APP
 		white-space: pre-wrap;
 		// #endif
 	}

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.