From c1a26beb08607034d45f0a31b5c88314a5909359 Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期二, 23 五月 2023 23:21:11 +0800 Subject: [PATCH] 将家庭模块中各页面的模块名字去掉了 --- ruoyi-ui/src/views/homeRoot/personInfo.vue | 20 ++++++++++++++++++-- 1 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/homeRoot/personInfo.vue b/ruoyi-ui/src/views/homeRoot/personInfo.vue index edcb863..08b4762 100644 --- a/ruoyi-ui/src/views/homeRoot/personInfo.vue +++ b/ruoyi-ui/src/views/homeRoot/personInfo.vue @@ -1,6 +1,10 @@ <template> - <div> - adsafasdfasdfasdfsdf + <div class="app-container"> + <div class="wrapper"> + <div id="building"> + + </div> + </div> </div> </template> @@ -33,4 +37,16 @@ </script> <style> +.wrapper { + /*鑳屾櫙鍥�*/ + background: url("../../assets/images/Group 407.png"); + width: 100%; + height: 100%; + position: fixed; + background-size: 100% 100%; +} +#building { + /*璁剧疆閫忔槑搴�*/ + opacity: 0.75; +} </style> -- Gitblit v1.9.1