|
@@ -19,14 +19,14 @@
|
|
|
<!--左右拖动-->
|
|
|
<div class="horizontal-drag-line" @mousedown="onmousedown"/>
|
|
|
</div>
|
|
|
- <div class="hc-page-content-box">
|
|
|
+ <div class="hc-page-content-box" id="node-card-target">
|
|
|
<HcCard title="已形成的案卷">
|
|
|
<!-- <template #header>
|
|
|
<div class="hc-card-header-table-title">
|
|
|
已形成的案卷
|
|
|
</div>
|
|
|
</template> -->
|
|
|
- <div class="body" :class="tableFileShow?'file-table':''">
|
|
|
+ <div class="table-file" :class="tableFileShow?'file-table':''">
|
|
|
<div class="hc-c-table-box">
|
|
|
<HcTable ref="tableRef"
|
|
|
:column="tableColumn"
|
|
@@ -308,51 +308,11 @@ const ElTreeMenuClick = async ({key, node, data, keys}) => {
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
+
|
|
|
<style lang="scss" scoped>
|
|
|
-.hc-card-header-table-title{
|
|
|
- font-size: 1.125rem;
|
|
|
-line-height: 1.75rem;
|
|
|
-}
|
|
|
-.rowbox{
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
- .body {
|
|
|
- position: relative;
|
|
|
- // height: calc(100% - 140px);
|
|
|
- height: calc(100% - 0px);
|
|
|
- padding: 16px;
|
|
|
- .hc-c-table-box {
|
|
|
- position: relative;
|
|
|
- height: 100%;
|
|
|
- }
|
|
|
- .hc-f-table-box {
|
|
|
- position: relative;
|
|
|
- height: 300px;
|
|
|
- margin-top: 24px;
|
|
|
- background: #f1f5f8;
|
|
|
- .header-box {
|
|
|
- border-bottom: initial;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- height: 60px;
|
|
|
- background-color:var(--el-fill-color-lighter);
|
|
|
- line-height: 60px;
|
|
|
- padding-left: 15px;
|
|
|
- padding-right: 15px;
|
|
|
- .hc-icon-close {
|
|
|
- font-size: 18px;
|
|
|
- }
|
|
|
- }
|
|
|
- .hc-file-table-box {
|
|
|
- position: relative;
|
|
|
- height: calc(100% - 55px);
|
|
|
- }
|
|
|
- }
|
|
|
- &.file-table .hc-c-table-box {
|
|
|
- height: calc(100% - 324px);
|
|
|
- }
|
|
|
- }
|
|
|
- .hover-hand{
|
|
|
- cursor: pointer;
|
|
|
- }
|
|
|
+@import '~style/archives/meta-data.scss';
|
|
|
</style>
|
|
|
+<style lang="scss">
|
|
|
+
|
|
|
+@import '../../styles/theme/archives/meta-data.scss';
|
|
|
+</style>
|