Browse Source

tijiao

main
dinghao 6 months ago
parent
commit
060365e0fe
  1. 10
      hx-ai-intelligent/src/view/organizationManage/usermanage/index.vue

10
hx-ai-intelligent/src/view/organizationManage/usermanage/index.vue

@ -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 {

Loading…
Cancel
Save