25 lines
492 B
Plaintext
25 lines
492 B
Plaintext
@import (reference) '~@/assets/style/extend.less';
|
|
.yo-authority-view {
|
|
.ant-descriptions-item-label {
|
|
width: 150px;
|
|
}
|
|
.ant-descriptions {
|
|
margin-bottom: @padding-sm;
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
.ant-descriptions-item-content {
|
|
padding: @padding-sm @padding-md;
|
|
>.yo-authority-view--checkbox {
|
|
display: inline-block;
|
|
|
|
width: 150px;
|
|
margin: @padding-xxs 0;
|
|
.ant-checkbox-wrapper {
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|