Kaynağa Gözat

兼容了火狐浏览器直播

liujintao 1 hafta önce
ebeveyn
işleme
bd7969fe7a

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
public/wfs-min.js


+ 1 - 1
src/assets/base.css

@@ -8,7 +8,7 @@
   /** NavigationBar 组件 */
   --v3-navigationbar-height: 50px;
   /** Sidebar 组件(左侧模式全部生效、顶部模式全部不生效、混合模式非颜色部分生效) */
-  --v3-sidebar-width: 164px;
+  --v3-sidebar-width: 161px;
   --v3-sidebar-hide-width: 58px;
   --v3-sidebar-menu-item-height: 60px;
   --v3-sidebar-menu-tip-line-bg-color: var(--el-color-primary);

+ 2 - 1
src/layouts/components/SideBar/index.vue

@@ -62,7 +62,8 @@ $transition-time: 0.35s;
       background-color: #002140;
       color: #fff;
       font-weight: 700;
-      line-height: 24px;
+      margin-top: 5px;
+      line-height: 20px;
       font-size: 16px;
       display: flex;
       align-items: center;

+ 1 - 1
src/views/login/index.vue

@@ -155,7 +155,7 @@ onMounted(() => {
 function handleResetPassword() {
   cameraResetPassword({
     ResetPassword: superPassword.value
-  }).then((res: string) => {
+  }).then((res) => {
     if (res.data === 'ok\n') {
       ElMessage.success('Reset Password Successful')
       handleDialogClose()

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor