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

Loading…
Cancel
Save