From f6da7c08cf875249440c746aaf1386d0ba04ff78 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Thu, 28 Jul 2022 10:52:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9key=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/plan/{keysList/list.js => keyList/index.jsx} | 2 +- src/pages/plan/{keysList/list.less => keyList/index.less} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/pages/plan/{keysList/list.js => keyList/index.jsx} (99%) rename src/pages/plan/{keysList/list.less => keyList/index.less} (100%) diff --git a/src/pages/plan/keysList/list.js b/src/pages/plan/keyList/index.jsx similarity index 99% rename from src/pages/plan/keysList/list.js rename to src/pages/plan/keyList/index.jsx index d5d21211..683db4e4 100644 --- a/src/pages/plan/keysList/list.js +++ b/src/pages/plan/keyList/index.jsx @@ -1,7 +1,7 @@ /* key列表 */ import React from 'react' import { Button, Alert } from 'zent' -import './list.less' +import './index.less' import { Input, RadioGroup, diff --git a/src/pages/plan/keysList/list.less b/src/pages/plan/keyList/index.less similarity index 100% rename from src/pages/plan/keysList/list.less rename to src/pages/plan/keyList/index.less