明树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 { ...@@ -38,10 +38,6 @@ html, body {
border-radius: 2px; border-radius: 2px;
} }
::-webkit-scrollbar-thumb:hover {
background: #a8a8a8;
}
/* 确保地图容器不产生滚动条 */ /* 确保地图容器不产生滚动条 */
.map-container { .map-container {
width: 100%; width: 100%;
......
...@@ -2,14 +2,8 @@ ...@@ -2,14 +2,8 @@
<div class="depart-manage" v-loading="loading"> <div class="depart-manage" v-loading="loading">
<div class="search-origin"> <div class="search-origin">
<div class="origin-title"> <div class="origin-title">
<h3>部门管理</h3> <h4>部门</h4>
<!-- <span @click="handleAdd('parent')">+&nbsp; 新增组织</span> -->
</div> </div>
<el-input placeholder="请输入部门名称" clearable>
<template #prefix>
<el-icon><search /></el-icon>
</template>
</el-input>
<div class="tree-content"> <div class="tree-content">
<span class="filterRow"> <span class="filterRow">
<el-dropdown> <el-dropdown>
......
<template> <template>
<div class="user-manage" v-loading="loading"> <div class="menu-manage" v-loading="loading">
<div class="table-container"> <div class="manage-content table-container">
<common-table <common-table
:data="tableData" :data="tableData"
:columns="tableColumns" :columns="tableColumns"
...@@ -188,7 +188,8 @@ onMounted(() => { ...@@ -188,7 +188,8 @@ onMounted(() => {
</script> </script>
<style scoped lang="less"> <style scoped lang="less">
.user-manage { @import "@/styles/manage.less";
.menu-manage {
padding: 20px; padding: 20px;
background: rgba(157, 188, 218, 0.1); background: rgba(157, 188, 218, 0.1);
height: 100%; 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