浏览代码

修改细节

快乐的梦鱼 6 天之前
父节点
当前提交
c9f689e882

+ 5 - 1
src/components/README.md

@@ -2,7 +2,11 @@
 
 
 NaEasy UI 是一款简单的 UniApp 移动端UI组件库。
 NaEasy UI 是一款简单的 UniApp 移动端UI组件库。
 
 
-[文档](https://docs.imengyu.top/naeasy-ui-uniapp/)
+[文档](https://docs.imengyu.top/naeasy-ui-uniapp-docs/)
+
+## 版本
+
+当前版本:INDEV 0.0.0
 
 
 ## 版权说明
 ## 版权说明
 
 

+ 0 - 1
src/components/dialog/ActionSheet.vue

@@ -8,7 +8,6 @@
     round
     round
     @close="onCancelClick"
     @close="onCancelClick"
   >
   >
-  TODO: FIX 居中宽度
     <scroll-view 
     <scroll-view 
       :scroll-y="true"
       :scroll-y="true"
       :style="{
       :style="{

+ 1 - 1
src/components/typography/VerticalScrollOneText.vue

@@ -80,7 +80,7 @@ onMounted(() => {
 watch(() => props.oneStr, (currentStr, prevStr) => {
 watch(() => props.oneStr, (currentStr, prevStr) => {
   anim.value = false;
   anim.value = false;
 
 
-  if (currentStr === '' || prevStr === '') {
+  if (!currentStr || !prevStr) {
     currentScrollTop.value = true;
     currentScrollTop.value = true;
     upText.value = currentStr;
     upText.value = currentStr;
     downText.value = currentStr;
     downText.value = currentStr;