Commit e5725005 authored by youjie's avatar youjie

no message

parent 8004b175
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
</div> </div>
<div class="cm_content _scrollbar" <div class="cm_content _scrollbar"
style="position: absolute;top:63px;bottom: 0;left: 19px;right:19px;overflow-y: scroll;"> style="position: absolute;top:63px;bottom: 20px;left: 19px;right:19px;overflow-y: scroll;">
<!-- 银行 --> <!-- 银行 -->
<bankForm v-if="titleType==2" :list="RBankList" :loading="loading" @clickEdit="clickEdit" @success="getList" <bankForm v-if="titleType==2" :list="RBankList" :loading="loading" @clickEdit="clickEdit" @success="getList"
:type="titleType"></bankForm> :type="titleType"></bankForm>
......
...@@ -3,16 +3,13 @@ ...@@ -3,16 +3,13 @@
.singeRowTable tr th,.singeRowTable tr td{ .singeRowTable tr th,.singeRowTable tr td{
text-align: center; text-align: center;
} }
.suject-title-box {
border-bottom: 1px solid #dedede;
padding: 10px 0;
}
.suject-title-box span { .suject-title-box span {
padding: 0 5px 10px 5px; padding: 0 5px 10px 5px;
display: inline-block; display: inline-block;
margin-right: 15px; margin-right: 15px;
cursor: pointer; cursor: pointer;
font-size: 14px;
} }
.suject-title-box span.active { .suject-title-box span.active {
...@@ -79,7 +76,7 @@ ...@@ -79,7 +76,7 @@
</ul> </ul>
</div> </div>
<div class="cm_content _scrollbar" <div class="cm_content _scrollbar"
style="position: absolute;top:54px;bottom: 20px;left: 15px;right:15px;overflow-y: scroll;"> style="position: absolute;top:63px;bottom: 20px;left: 19px;right:19px;overflow-y: scroll;">
<table class="po_content singeRowTable" <table class="po_content singeRowTable"
style="border:1px solid #E6E6E6;" cellspacing="0" style="border:1px solid #E6E6E6;" cellspacing="0"
cellpadding="0" v-loading="loading"> cellpadding="0" v-loading="loading">
...@@ -404,4 +401,17 @@ ...@@ -404,4 +401,17 @@
} }
</script> </script>
<style scoped>
.dianshangannualRatio .el-card__header {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
background: #fff;
padding: 18px 20px;
}
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment