添加 Title 组件
This commit is contained in:
@@ -63,7 +63,7 @@ defineExpose({
|
||||
|
||||
<template>
|
||||
<div class="raw-material__container">
|
||||
<div class="main-title">材料确认</div>
|
||||
<Title name="材料确认" showRefresh @refresh="" />
|
||||
<div class="table-wrapper" ref="customTable">
|
||||
<a-table :dataSource="materialTableData" :columns="materialColumns as ColumnsType<MaterialTableItem>"
|
||||
:pagination="false" bordered sticky :scroll="{ y: tableHeight }">
|
||||
@@ -88,13 +88,6 @@ defineExpose({
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
|
||||
.main-title {
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
border-bottom: 1px solid #c9c9c9;
|
||||
padding: 0 0 8px;
|
||||
}
|
||||
|
||||
.table-wrapper {
|
||||
flex: 1;
|
||||
overflow: auto;
|
||||
|
||||
Reference in New Issue
Block a user