This commit is contained in:
duanxiaohai 2024-11-20 14:26:53 +08:00
parent d38c55de21
commit 93d1ba2725
2 changed files with 6 additions and 4 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -204,8 +204,10 @@ watch(
data.menu = props.menu;
data.title = props.title;
data.content = props.tableData;
// console.log(11, data.menu, data.content);
data.menu[0].show = true;
console.log(11, data.menu, data.content);
if (data.menu.length > 0) {
data.menu[0].show = true;
}
// if (data.content == "") {
// let data1 = `XXXX \n`;
// }
@ -415,8 +417,8 @@ const closeDialog = () => {
justify-content: space-around;
.operationFlow {
.titles {
width: 846px;
// width: 100%;
// width: 846px;
width: 100%;
height: 34px;
background: rgba(0, 143, 205, 0.63);
color: #ffffff;