Commit 9f8966b0 authored by 梁淳峰's avatar 梁淳峰

20240714

parent 8aa30af3
...@@ -88,8 +88,13 @@ html { ...@@ -88,8 +88,13 @@ html {
position: relative; position: relative;
display: flex; display: flex;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
a{
color: #ffffff;
}
} }
.ams-main { .ams-main {
border-left: 1px solid #0c0202; border-left: 1px solid #0c0202;
position: absolute; position: absolute;
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
</div> </div>
</div> </div>
<div class="ams-container" :style="{ left: menuWidth-2 + 'px' }"> <div class="ams-container" :style="{ left: menuWidth-2 + 'px' }">
<div class="ams-header" style=" background-color: #526bab; color:white"> <div class="ams-header" style=" background-color: #526bab;">
<div class="enterprise-name"> <div class="enterprise-name">
<el-dropdown size="'large'" style="margin-left: 10px;margin-top: 5px;color:blue; width: 100%;" <el-dropdown size="'large'" style="margin-left: 10px;margin-top: 5px;color:blue; width: 100%;"
@command="handleCommand" :trigger="(roleId > 2) ? 'contextmenu' : 'hover'"> @command="handleCommand" :trigger="(roleId > 2) ? 'contextmenu' : 'hover'">
......
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