mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-06 04:00:06 +08:00
修复DetailList影响其他组件css样式的bug
This commit is contained in:
parent
4711a8556c
commit
965c36667c
@ -175,7 +175,7 @@ const scheduleData = [
|
|||||||
rate: '申请审批通过',
|
rate: '申请审批通过',
|
||||||
status: 'success',
|
status: 'success',
|
||||||
operator: '系统',
|
operator: '系统',
|
||||||
cost: '1h',
|
cost: '1h'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: '5',
|
key: '5',
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user