AppSensitiveWechat
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| <template> | ||||
|   <div class="AppSensitive"> | ||||
|   <div class="AppSensitiveWechat"> | ||||
|     <keep-alive :include="['List']"> | ||||
|       <component | ||||
|         ref="component" | ||||
| @@ -18,7 +18,7 @@ import List from "./components/List"; | ||||
| import Detail from "./components/Detail"; | ||||
|  | ||||
| export default { | ||||
|   name: "AppSensitive", | ||||
|   name: "AppSensitiveWechat", | ||||
|   label: "敏感词触发(个人微信)", | ||||
|   props: { | ||||
|     instance: Function, | ||||
| @@ -29,7 +29,7 @@ export default { | ||||
|       component: "List", | ||||
|       params: {}, | ||||
|       include: [], | ||||
|        | ||||
|  | ||||
|     }; | ||||
|   }, | ||||
|   components: { | ||||
| @@ -58,7 +58,7 @@ export default { | ||||
| </script> | ||||
|  | ||||
| <style lang="scss"> | ||||
| .AppSensitive { | ||||
| .AppSensitiveWechat { | ||||
|   height: 100%; | ||||
|   background: #f3f6f9; | ||||
|   overflow: auto; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user