mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 16:30:25 +08:00 
			
		
		
		
	feat: 界面新增暗模式
This commit is contained in:
		@@ -145,13 +145,7 @@
 | 
			
		||||
                                width="600px"
 | 
			
		||||
                            >
 | 
			
		||||
                                <template #default>
 | 
			
		||||
                                    <el-input
 | 
			
		||||
                                        input-style="color: black;"
 | 
			
		||||
                                        :autosize="{ minRows: 3, maxRows: 15 }"
 | 
			
		||||
                                        disabled
 | 
			
		||||
                                        v-model="formatVal"
 | 
			
		||||
                                        type="textarea"
 | 
			
		||||
                                    />
 | 
			
		||||
                                    <el-input :autosize="{ minRows: 3, maxRows: 15 }" disabled v-model="formatVal" type="textarea" />
 | 
			
		||||
                                </template>
 | 
			
		||||
                                <template #reference>
 | 
			
		||||
                                    <el-link
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user