0
点赞
收藏
分享

微信扫一扫

Linux普通用户提权(sudo)

西街小学的王 2023-11-01 阅读 46

在这里插入图片描述

:

:v-deep{
  .el-collapse-item__arrow {
    width: 40px;
  }
  .el-icon-arrow-right:before {
    content: "展开";
    font-size: 15px;
    font-family: 'heiti';
    color: #2295ff;
    font-weight: bold;
  }
  .el-collapse-item__arrow.is-active {
    transform: none;
  }
  .el-collapse-item__arrow.is-active::before {
    content: "收起";
    font-size: 15px;
    font-family: 'heiti';
    color: #2295ff;
    font-weight: 600;
  }
}
举报

相关推荐

0 条评论