楚江漓i
2021-03-16 6d6ca1bd3115d930f868a2beb83e51fd4ff370f8
样式调整
2个文件已修改
19 ■■■■■ 已修改文件
src/views/yunpan/uploadfj.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/yunpan/zhishou.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/yunpan/uploadfj.vue
@@ -727,6 +727,11 @@
    width: 100px;
    height: 100px;
}
.el-image .el-image-viewer__mask {
  background-color: #fff !important;
  opacity: 1;
}
</style>
<style lang="scss" scoped>
.el-main {
@@ -755,4 +760,5 @@
  background-color: rgb(64, 158, 255);
  border-color: rgb(64, 158, 255);
}
</style>
src/views/yunpan/zhishou.vue
@@ -879,6 +879,19 @@
    width: 100px;
    height: 100px;
}
.zs-main  {
  .el-tree .el-tree-node__content{
    font-size:16px;
    color: #333;
    height: 35px;
    line-height: 35px;
  }
  .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
    background-color: #e8f2fd;
    border-radius: 4px;
  }
}
</style>
<style lang="scss" scoped>
.el-main {