This commit is contained in:
dinghao
2024-05-23 15:50:47 +08:00
parent cf301fb1f1
commit 060365e0fe

View File

@@ -644,22 +644,22 @@
},
});
</script>
<style scoped>
<style lang="less" scoped>
.main {
display: flex;
flex: 1;
}
.left {
width: 400px;
/* height: 95vh; */
height: 92.7vh;
border-right: 5px solid rgb(229, 235, 240);
min-width: fit-content;
}
.top {
height: 46vh;
border-bottom: 5px solid rgb(229, 235, 240);
}
.ns-table-title {
/* .ns-table-title {
text-align: left;
height: 46px;
line-height: 46px;
@@ -668,9 +668,9 @@
user-select: text;
padding-left: 16px;
width: 100%;
}
} */
.table {
width: 2000px;
/* width: 2000px; */
/* width: auto; */
}
.admin {