mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-15 21:53:48 +08:00
发布代码生成、更新20+表单组件,优化数据字典,gf版本更新到2.3.1
This commit is contained in:
@@ -555,13 +555,13 @@
|
||||
z-index: 11;
|
||||
}
|
||||
|
||||
//::v-deep(.menu-server-link) {
|
||||
// color: #515a6e;
|
||||
//
|
||||
// &:hover {
|
||||
// color: #1890ff;
|
||||
// }
|
||||
//}
|
||||
::v-deep(.menu-server-link) {
|
||||
color: #515a6e;
|
||||
|
||||
&:hover {
|
||||
color: #1890ff;
|
||||
}
|
||||
}
|
||||
|
||||
.action-items-wrapper {
|
||||
position: relative;
|
||||
@@ -600,7 +600,7 @@
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
/deep/ sup {
|
||||
:deep(sup) {
|
||||
top: 1.3em;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="logo">
|
||||
<img src="~@/assets/images/logo.png" alt="" :class="{ 'mr-2': !collapsed }" />
|
||||
<h2 v-show="!collapsed" class="title">后台管理系统</h2>
|
||||
<h2 v-show="!collapsed" class="title">HG后台管理系统</h2>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user