Explorar el Código

workspace 样式修正

master
unknown hace 4 años
padre
commit
5aa0cf3185
Se han modificado 2 ficheros con 8 adiciones y 0 borrados
  1. +1
    -0
      src/views/main_web/workspace/components/file-item.vue
  2. +7
    -0
      src/views/main_web/workspace/workspace.new.vue

+ 1
- 0
src/views/main_web/workspace/components/file-item.vue Ver fichero

@@ -212,6 +212,7 @@ export default {
default: () => ({}),
},
commitFile: Function,
showFileMilestone: Function,
localFileHashMap: {
type: Object,
default: () => ({}),


+ 7
- 0
src/views/main_web/workspace/workspace.new.vue Ver fichero

@@ -1060,6 +1060,9 @@ export default {
</script>

<style>
.section_item.section_item_aside_fl {
overflow: hidden;
}
.el-message-box--center .el-message-box__status.el-icon-warning {
position: absolute;
left: 0;
@@ -1084,6 +1087,10 @@ export default {
flex-direction: column;
}

.yiyun_section_top {
overflow: visible;
}

.folder_breadcrumb {
::v-deep .el-breadcrumb__item {
user-select: none;


Cargando…
Cancelar
Guardar