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