AppSensitiveWechat

This commit is contained in:
liuye
2023-08-17 16:22:16 +08:00
parent be339c78ba
commit 69e586d62b

View File

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