diff --git a/atune/web/src/App.vue b/atune/web/src/App.vue index 6b7e6fe448f64dd466343da177b3351e438b6196..23c2025dfaf2b6ce1c5cb7d08849456596084c63 100644 --- a/atune/web/src/App.vue +++ b/atune/web/src/App.vue @@ -2,17 +2,26 @@
A-Tune调优管理 - 此处应有一段介绍 -
- + @@ -36,41 +45,36 @@ const zhCn = ref(locale); .top { width: 100%; - height: 64px; + height: 44px; display: flex; - flex-direction: column; - justify-content: center; + align-items: center; &-title { - padding-left: 40px; - font-size: 18px; + width: 160px; + text-align: center; + font-size: 16px; font-weight: 600; color: #333; display: inline-block; } - - &-description { - padding-left: 40px; - font-size: 16px; - color: #444; - font-weight: 500; - } } .nav { + position: absolute; + z-index: 100; + left: calc(50% - 160px); width: 200px; - height: 38px; - margin: 0 auto; display: flex; justify-content: space-around; align-items: center; &-link { display: inline-block; - width: 46%; + width: 44%; text-align: center; text-decoration: none; color: rgb(96, 122, 207); border-radius: 6px; font-weight: bold; + background-color: #fff; &:hover { background-color: rgba(96, 122, 207, 0.4); color: #fff; diff --git a/atune/web/src/components/myButton.vue b/atune/web/src/components/myButton.vue new file mode 100644 index 0000000000000000000000000000000000000000..438cfc60f6d9731a8d2912aae3076f68bd857371 --- /dev/null +++ b/atune/web/src/components/myButton.vue @@ -0,0 +1,16 @@ + + + diff --git a/atune/web/src/components/table.vue b/atune/web/src/components/table.vue index 7c5e3405b534bd8b2102a917493719fb034386f8..8d19c5f66626bfcd059c44c66606c3b7e6b97adc 100644 --- a/atune/web/src/components/table.vue +++ b/atune/web/src/components/table.vue @@ -1,181 +1,252 @@ diff --git a/atune/web/src/views/Home.vue b/atune/web/src/views/Home.vue index 3a1862dfc06036c5d17e381a6d11b9cf647fb2fe..d2d5845219c5b4e68af4942b5cc3e7cf00026349 100644 --- a/atune/web/src/views/Home.vue +++ b/atune/web/src/views/Home.vue @@ -1,32 +1,15 @@