From 58e9066d4eb8acb4cfb49ff7960e1a174153b465 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Tue, 23 Feb 2021 11:19:21 +0800 Subject: [PATCH] 修复导航的行高和垂直居中对齐的问题 --- common/Tools.js | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/common/Tools.js b/common/Tools.js index 3cc3497..0c4fb41 100644 --- a/common/Tools.js +++ b/common/Tools.js @@ -5,7 +5,6 @@ import moment from 'moment'; import Taro from '@tarojs/taro'; -import { $ } from '@tarojs/extend'; export class Tools { -- Gitblit v1.9.1