From 6ae092cf988c2aa1b377b4762918b8e4fb612532 Mon Sep 17 00:00:00 2001 From: zeng_xingdong Date: Tue, 15 Mar 2022 04:03:54 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=95=E5=8A=A1ISSUE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zeng_xingdong --- .../src/main/js/default/pages/index/index.css | 15 +++++++++++++++ .../src/main/js/default/pages/index/index.hml | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/distributedhardware/devicemanagerjstest/src/main/js/default/pages/index/index.css b/distributedhardware/devicemanagerjstest/src/main/js/default/pages/index/index.css index 6fda79275..7300d2a1f 100644 --- a/distributedhardware/devicemanagerjstest/src/main/js/default/pages/index/index.css +++ b/distributedhardware/devicemanagerjstest/src/main/js/default/pages/index/index.css @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + .container { flex-direction: column; justify-content: center; diff --git a/distributedhardware/devicemanagerjstest/src/main/js/default/pages/index/index.hml b/distributedhardware/devicemanagerjstest/src/main/js/default/pages/index/index.hml index f64b040a5..2b8f7a19c 100644 --- a/distributedhardware/devicemanagerjstest/src/main/js/default/pages/index/index.hml +++ b/distributedhardware/devicemanagerjstest/src/main/js/default/pages/index/index.hml @@ -1,3 +1,18 @@ + +
{{ $t('strings.hello') }} {{ title }} -- GitLab