修改
This commit is contained in:
parent
a79cadf12d
commit
16ab6f5982
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user