|
|
|
|
@ -32,11 +32,11 @@
|
|
|
|
|
left: `${selectedShelf.area_x}%`,
|
|
|
|
|
top: calculatePopupPosition(selectedShelf.area_y)
|
|
|
|
|
}">
|
|
|
|
|
<div class="popup-header">
|
|
|
|
|
<div class="popup-header" style="text-align: right;">
|
|
|
|
|
<span>{{selectedShelf.huojiamingcheng}}</span>
|
|
|
|
|
<el-button type="text" icon="el-icon-close" @click="showMaterialInfo = false"></el-button>
|
|
|
|
|
</div>
|
|
|
|
|
<xy-table :list="materialList" :isPage='false' :table-item="materialTable">
|
|
|
|
|
<xy-table style="width: 100%" :height="300" :list="materialList" :isPage='false' :table-item="materialTable">
|
|
|
|
|
<template v-slot:btns>
|
|
|
|
|
<div></div>
|
|
|
|
|
</template>
|
|
|
|
|
@ -390,7 +390,7 @@
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
|
padding: 10px;
|
|
|
|
|
min-width: 400px;
|
|
|
|
|
min-width: 300px;
|
|
|
|
|
transform: translateX(-50%);
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
/* 确保浮窗始终显示在最上层 */
|
|
|
|
|
|