Browse Source

抽屉优化

master
安虹睿 2 years ago
parent
commit
efb0dac127
  1. 16
      Code/Fe/src/components/currenDescriptions/index.vue
  2. 1
      Code/Fe/src/components/filterForDetailPage/index.vue

16
Code/Fe/src/components/currenDescriptions/index.vue

@ -1,5 +1,6 @@
<template>
<el-descriptions
class="currenDescriptionsPage"
:title="title"
:column="column"
:direction="direction"
@ -163,3 +164,18 @@ export default {
}
}
</script>
<style lang="scss">
.currenDescriptionsPage{
th{
min-width: 200px !important;
width: auto;
}
td{
span{
display: inline-block;
max-height: 150px;
overflow: auto;
}
}
}
</style>

1
Code/Fe/src/components/filterForDetailPage/index.vue

@ -95,6 +95,7 @@
:close-on-click-modal="true"
:close-on-press-escape="true"
:show-close="true"
width="70%"
>
<div v-loading="showParentLoading">
<curren-descriptions

Loading…
Cancel
Save