This commit is contained in:
闫晓茹 2024-03-20 13:26:36 +08:00
parent a79cadf12d
commit 16ab6f5982

View File

@ -1113,18 +1113,14 @@ export default {
};
</script>
<style lang="scss" scoped>
.el-descriptions__body {
width: 100%;
height: 600px;
}
.el-button--text {
::v-deep.el-button--text {
border-color: transparent;
color: #1890ff;
background: transparent;
padding-left: 15px;
padding-right: 0;
}
.el-descriptions-item__container {
::v-deep.el-descriptions-item__container {
display: -webkit-box;
padding: 15px !important;
display: -ms-flexbox;