mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-06 04:00:06 +08:00
修复:DetailList组件样式问题
This commit is contained in:
parent
0affc0bee5
commit
930c7828ff
@ -105,7 +105,7 @@ export default {
|
|||||||
.title {
|
.title {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: rgba(0,0,0,.85);
|
color: rgba(0,0,0,.85);
|
||||||
font-weight: bold;
|
font-weight: bolder;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
.term {
|
.term {
|
||||||
@ -131,6 +131,12 @@ export default {
|
|||||||
display: table-cell;
|
display: table-cell;
|
||||||
}
|
}
|
||||||
&.small{
|
&.small{
|
||||||
|
.title{
|
||||||
|
font-size: 14px;
|
||||||
|
color: rgba(0,0,0,.65);
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
.term,.content{
|
.term,.content{
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user