@@ -169,6 +169,9 @@ function getMenuIcon(item){
<style lang="scss" scoped>
.left-wrap {
+ -ms-overflow-style: none;
+ scrollbar-width: none;
+ overflow: hidden auto;
--el-menu-bg-color: #fff;
--el-menu-hover-bg-color: rgba(255, 255, 255, 0.15);
--el-menu-text-color: #333;
@@ -53,7 +53,7 @@ const tableColumns = [
label:'品种',
key:'PermissionNames',
sortable:false,
- widthsty:100
+ minwidthsty:100
},{
label:'最近一次点击时间',
key:'ClickTime',
@@ -116,8 +116,7 @@ function handleSelectChange(){
<el-dialog
v-model="show"
:close-on-click-modal="false"
- :modal-append-to-body="false"
- width="60%"
+ width="75%"
draggable
title="阅读详情"
>
@@ -178,7 +178,7 @@ function disabledTree(arr){
<el-table-column label="操作" width="260">
<template #default="{ row }">
<el-button
- v-if="row.SysRoleName!=='admin'"
+ v-if="row.SysUserName!=='admin'"
v-permission="'sysuser:userConfig'"
type="primary"
link