develop_cloud #1

Merged
dashixiong merged 234 commits from develop_cloud into main-cloud 2026-02-11 02:06:04 +00:00
97 changed files with 9399 additions and 30 deletions
Showing only changes of commit 9a9198b168 - Show all commits

View File

@ -126,28 +126,37 @@
background: #0366c1!important;
}
}
.ems-third-menu{
border-right: none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
height: fit-content;
.el-menu-item{
line-height: 45px;
height: 45px;
padding: 0 !important;
width: 125px;
text-align: center;
}
.el-menu-item:hover{
background: #67b1ff!important;
color:#ffffff!important;
}
.el-menu-item.is-active{
background: #409eff!important;
}
.ems-third-menu-container{
position: relative;
padding-left: 140px;
background-color: #ffffff;
.ems-third-menu{
border-right: none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
height: fit-content;
position: absolute;
top:0;
left:0;
.el-menu-item{
line-height: 45px;
height: 45px;
padding: 0 !important;
width: 125px;
text-align: center;
}
.el-menu-item:hover{
background: #67b1ff!important;
color:#ffffff!important;
}
.el-menu-item.is-active{
background: #409eff!important;
}
}
}
//按钮栏 选中样式
.ems-btns-group{
.activeBtn{

View File

@ -1,5 +1,5 @@
<template>
<div class="ems-dashboard-editor-container clpz-ems-dashboard-editor-container">
<div class="ems-dashboard-editor-container ems-third-menu-container">
<el-menu
class="ems-third-menu"
:default-active="$route.name"
@ -43,11 +43,6 @@ export default {
</script>
<style scoped lang="scss">
.clpz-ems-dashboard-editor-container{
display: flex;
padding:0;
background: #FFFFFF;
}
.clpz-ems-content-container{
margin-top:0;
padding-top:0;

View File

@ -1,5 +1,5 @@
<template>
<div class="ems-dashboard-editor-container sbjk-ems-dashboard-editor-container">
<div class="ems-dashboard-editor-container ems-third-menu-container">
<el-menu
class="ems-third-menu"
:default-active="$route.name"
@ -42,11 +42,6 @@ export default {
</script>
<style scoped lang="scss">
.sbjk-ems-dashboard-editor-container{
display: flex;
padding:0;
background: #FFFFFF;
}
.sbjk-ems-content-container{
margin-top:0;
padding-top:0;

View File

@ -1,5 +1,5 @@
<template>
<div class="ems-dashboard-editor-container tjbb-ems-dashboard-editor-container">
<div class="ems-dashboard-editor-container ems-third-menu-container">
<el-menu
class="ems-third-menu"
:default-active="$route.name"
@ -43,11 +43,6 @@ export default {
</script>
<style scoped lang="scss">
.tjbb-ems-dashboard-editor-container{
display: flex;
padding:0;
background: #FFFFFF;
}
.tjbb-ems-content-container{
margin-top:0;
padding-top:0;