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