diff --git a/bundle.json b/bundle.json
index a204d9be796eba742087e201944c150c96928e7f..4f20bcf82df4b96da008cfc6e746c712f4714c14 100644
--- a/bundle.json
+++ b/bundle.json
@@ -13,7 +13,7 @@
"component": {
"name": "device_manager_base",
"subsystem": "distributedhardware",
- "syscap":[ "systemcapbility.distributedhardware.devicemanager" ],
+ "syscap":[ "SystemCapability.DistributedHardware.DeviceManager" ],
"features":[],
"adapted_system_type": [ "standard", "small" ],
"rom": "2M",
diff --git a/common/include/dialog_ui/js/pages/index/index.css b/common/include/dialog_ui/js/pages/index/index.css
index b87a3962adeda987fcc5ff2a8d8a48dacdccfdbd..997f0c8af087e0a65c72efeeddec3f8fd665cbf6 100644
--- a/common/include/dialog_ui/js/pages/index/index.css
+++ b/common/include/dialog_ui/js/pages/index/index.css
@@ -7,8 +7,8 @@
}
.title {
- font-size: 48px;
- line-height: 70px;
+ font-size: 80px;
+ line-height: 150px;
font-weight: 800;
}
@@ -16,26 +16,26 @@
width: 85%;
margin-top: 10%;
text-align: center;
- height: 45px;
+ height: 100px;
}
.but1 {
- width: 40%;
- height: 36px;
- font-size: 26px;
+ width: 30%;
+ height: 80px;
+ font-size: 50px;
margin-left: 10%;
}
.but2 {
- width: 20%;
- height: 36px;
- font-size: 26px;
+ width: 30%;
+ height: 80px;
+ font-size: 50px;
margin-left: 55%;
}
.title-list {
- font-size: 38px;
- line-height: 40px;
+ font-size: 70px;
+ line-height: 100px;
font-weight: 800;
}
diff --git a/common/include/dialog_ui/js/pages/index/index.hml b/common/include/dialog_ui/js/pages/index/index.hml
index 81ab90ff6fae66e5bfecc149c1c581ccc8f9446a..0ab94e3af4aafb49db32d01fe08e57ae2e3c2835 100644
--- a/common/include/dialog_ui/js/pages/index/index.hml
+++ b/common/include/dialog_ui/js/pages/index/index.hml
@@ -7,7 +7,7 @@