Prechádzať zdrojové kódy

Merge remote-tracking branch 'origin/0906result' into iteration-0905

lex 1 rok pred
rodič
commit
663d399600

+ 9 - 0
src/components/layout/index.module.less

@@ -502,3 +502,12 @@
   }
 
 }
+
+.suggestWrap {
+  :global {
+    .n-card-header {
+      display: none;
+    }
+  }
+
+}

+ 3 - 4
src/components/layout/layoutTop.tsx

@@ -245,12 +245,11 @@ export default defineComponent({
           </NModal>
 
           <NModal
-            class={['modalTitle', 'background']}
-            style={{ width: '910px' }}
+            class={['modalTitle', 'background', styles.suggestWrap]}
+            style={{ width: '730px' }}
             v-model:show={showSuggestionViseble.value}
             preset="card"
-            showIcon={false}
-            title="意见反馈">
+            showIcon={false}>
             <SuggestionOption
               onClose={() =>
                 (showSuggestionViseble.value = false)

+ 1 - 0
src/components/layout/modals/suggestion-option.module.less

@@ -11,6 +11,7 @@
 }
 
 .updatePassword {
+  background-color: transparent;
   padding: 40px;
 }