diff --git a/components/modalView/index.wxml b/components/modalView/index.wxml
index 7997541..e8d0674 100644
--- a/components/modalView/index.wxml
+++ b/components/modalView/index.wxml
@@ -14,7 +14,7 @@
-
{{content}}
diff --git a/components/modalView/index.wxss b/components/modalView/index.wxss
index ef9b192..96cf288 100644
--- a/components/modalView/index.wxss
+++ b/components/modalView/index.wxss
@@ -52,7 +52,7 @@
position: relative;
z-index: 111;
}
-.custom-modal-view .textarea{
+.custom-modal-view .content-textarea{
border: 1.2px solid rgba(85, 85, 85, 0.3);
border-radius: 18px;
margin:30rpx 0;
@@ -75,7 +75,7 @@
text-align: center;
margin:16rpx 0 40rpx 0;
}
-.custom-modal-view .textarea.error{
+.custom-modal-view .content-textarea.error{
border-color:red;
}
diff --git a/pages/help/package/index.wxml b/pages/help/package/index.wxml
index ec5d02e..69682ca 100644
--- a/pages/help/package/index.wxml
+++ b/pages/help/package/index.wxml
@@ -36,9 +36,9 @@
src="/assets/icon/help/images.png" bind:tap="viewImage"/>
-
+