From 228302bc93feabc7b51a965db4374781844cc033 Mon Sep 17 00:00:00 2001 From: linwenling <3256558519@qq.com> Date: 星期一, 24 七月 2023 23:20:30 +0800 Subject: [PATCH] 修改 --- ruoyi-ui/src/views/self/edit.vue | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/ruoyi-ui/src/views/self/edit.vue b/ruoyi-ui/src/views/self/edit.vue index 65b2776..a0eae15 100644 --- a/ruoyi-ui/src/views/self/edit.vue +++ b/ruoyi-ui/src/views/self/edit.vue @@ -1,11 +1,6 @@ <template> <div class="app-container"> - <el-col :span="6"> - <el-input size="medium" v-model="input" placeholder="鎼滅储" clearable> - <i slot="prefix" class="el-input__icon el-icon-search"></i> - </el-input> - </el-col> - <br> + <h1 style="font-size:21px">涓汉绠�鍘�</h1> <el-divider /> <h2 style="font-size:16px">鍩烘湰淇℃伅</h2> @@ -500,5 +495,7 @@ </script> <style scoped> - +.app-container{ + background-color: #FEF7FC; +} </style> -- Gitblit v1.9.1