Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
<template>
|
||||
<el-container class="inspection-application-container">
|
||||
|
||||
<!-- 顶部操作按钮区 - 隐藏,按钮移到卡片标题行 -->
|
||||
<el-header class="top-action-bar" height="0" style="overflow: hidden">
|
||||
</el-header>
|
||||
<!-- 占位 header,保持 el-container 布局结构 -->
|
||||
<el-header height="0" />
|
||||
|
||||
<!-- 检验信息表格区 -->
|
||||
<el-main class="inspection-section" style="width: 100%; max-width: 100%">
|
||||
@@ -1710,14 +1709,6 @@ defineExpose({
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Bug#334: 顶部操作按钮区 - 隐藏原区域,按钮移到卡片标题行 */
|
||||
.top-action-bar {
|
||||
height: 0 !important;
|
||||
overflow: hidden !important;
|
||||
border: none !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
/* 表格卡片标题行:标题在左,按钮在右 */
|
||||
.table-card-header-bar {
|
||||
display: flex;
|
||||
@@ -2473,10 +2464,6 @@ defineExpose({
|
||||
display: none;
|
||||
}
|
||||
|
||||
.top-action-bar {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.action-buttons {
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
|
||||
Reference in New Issue
Block a user