明树Git Lab

Commit 44a1a26c authored by yangyajing's avatar yangyajing

modify style

parent e91f1040
Pipeline #104491 passed with stage
in 13 seconds
......@@ -38,10 +38,6 @@ html, body {
border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
background: #a8a8a8;
}
/* 确保地图容器不产生滚动条 */
.map-container {
width: 100%;
......
......@@ -2,14 +2,8 @@
<div class="depart-manage" v-loading="loading">
<div class="search-origin">
<div class="origin-title">
<h3>部门管理</h3>
<!-- <span @click="handleAdd('parent')">+&nbsp; 新增组织</span> -->
<h4>部门</h4>
</div>
<el-input placeholder="请输入部门名称" clearable>
<template #prefix>
<el-icon><search /></el-icon>
</template>
</el-input>
<div class="tree-content">
<span class="filterRow">
<el-dropdown>
......
<template>
<div class="user-manage" v-loading="loading">
<div class="table-container">
<div class="menu-manage" v-loading="loading">
<div class="manage-content table-container">
<common-table
:data="tableData"
:columns="tableColumns"
......@@ -188,7 +188,8 @@ onMounted(() => {
</script>
<style scoped lang="less">
.user-manage {
@import "@/styles/manage.less";
.menu-manage {
padding: 20px;
background: rgba(157, 188, 218, 0.1);
height: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment