|
|
@ -1,5 +1,5 @@ |
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<div> |
|
|
|
<div class="detail-list"> |
|
|
|
<div class="title">{{title}}</div> |
|
|
|
<div class="title">{{title}}</div> |
|
|
|
<a-row> |
|
|
|
<a-row> |
|
|
|
<slot></slot> |
|
|
|
<slot></slot> |
|
|
@ -67,6 +67,7 @@ export default { |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
<style lang="less"> |
|
|
|
<style lang="less"> |
|
|
|
|
|
|
|
.detail-list{ |
|
|
|
.title { |
|
|
|
.title { |
|
|
|
font-size: 16px; |
|
|
|
font-size: 16px; |
|
|
|
color: rgba(0,0,0,.85); |
|
|
|
color: rgba(0,0,0,.85); |
|
|
@ -95,8 +96,5 @@ export default { |
|
|
|
color: rgba(0,0,0,.85); |
|
|
|
color: rgba(0,0,0,.85); |
|
|
|
display: table-cell; |
|
|
|
display: table-cell; |
|
|
|
} |
|
|
|
} |
|
|
|
.term, |
|
|
|
|
|
|
|
.content{ |
|
|
|
|
|
|
|
padding-bottom: 8px; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |
|
|
|