zhangqiOMG 3 лет назад
Родитель
Сommit
405331b254

+ 1 - 0
src/HManagement/roleManage/modules/role_details.vue

@@ -7,6 +7,7 @@
         :editData="mainData"
         :mainAreaData="mainAreaData"
         turnPageId="20221101131902"
+        delApiId="20221101132002"
         idname="roleid"
         ownertable="sys_role"
         tags=""

+ 2 - 2
src/components/newLayout/index.vue

@@ -12,8 +12,8 @@
         </div>
       </div>
       <div style="width:60px;">
-        <div style="position:fixed;right:0;top:0;height:100%;width:60px;background:#333;z-index:99;">
-          <div v-for="i in 5" :key="i" style="height:60px;width:60px;text-align:center;line-height:60px">
+        <div style="position:fixed;right:0;top:0;height:100%;width:60px;background:#333;z-index:99999;">
+          <div v-for="i in 5" :key="i" style="height:40px;width:40px;text-align:center;line-height:40px;border:1px solid #f1f2f3;border-radius:100%;margin:20px 10px">
             <i class="el-icon-menu" style="color:#fff"></i>
           </div>
         </div>

+ 1 - 1
src/components/normal-basic-layout/drawerDetail/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <el-button size="small" type="text" @click="onShow(drawer=true)">详情2</el-button>
+    <el-button size="small" type="text" @click="onShow(drawer=true)">详 情</el-button>
     <el-drawer
       title="我是标题"
       :visible.sync="drawer"