Browse Source

抽屉优化

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

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

@ -1,5 +1,6 @@
<template> <template>
<el-descriptions <el-descriptions
class="currenDescriptionsPage"
:title="title" :title="title"
:column="column" :column="column"
:direction="direction" :direction="direction"
@ -162,4 +163,19 @@ export default {
} }
} }
</script> </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-click-modal="true"
:close-on-press-escape="true" :close-on-press-escape="true"
:show-close="true" :show-close="true"
width="70%"
> >
<div v-loading="showParentLoading"> <div v-loading="showParentLoading">
<curren-descriptions <curren-descriptions

Loading…
Cancel
Save