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> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.el-descriptions__body { ::v-deep.el-button--text {
width: 100%;
height: 600px;
}
.el-button--text {
border-color: transparent; border-color: transparent;
color: #1890ff; color: #1890ff;
background: transparent; background: transparent;
padding-left: 15px; padding-left: 15px;
padding-right: 0; padding-right: 0;
} }
.el-descriptions-item__container { ::v-deep.el-descriptions-item__container {
display: -webkit-box; display: -webkit-box;
padding: 15px !important; padding: 15px !important;
display: -ms-flexbox; display: -ms-flexbox;