@@ -52,7 +52,7 @@
</li>
<!-- 驾驶舱门户 -->
- <li>
+ <li v-hasPermi="['portal:dashboard:view']">
<a
class="cursor-pointer px-3 py-1.5 rounded-md transition-all duration-300"
:class="
@@ -483,7 +483,7 @@ const openDrive = async (option: DriveCard) => {
.drive-hero {
position: relative;
- min-height: 250px;
+ min-height: 300px;
overflow: hidden;
/* background:
@@ -620,6 +620,7 @@ const openDrive = async (option: DriveCard) => {
align-items: center;
justify-content: center;
background-color: transparent !important;
+ margin-top: -20px;
/* width: 100%; */
height: 140px;