diff --git a/atune/web/index.html b/atune/web/index.html index 16e372e84ffc54f5a816189570768e7636aacd48..5d0406973085fa6fafaa0975a20d6dc33aff8d71 100644 --- a/atune/web/index.html +++ b/atune/web/index.html @@ -7,7 +7,7 @@ 智能调优 -
+
diff --git a/atune/web/src/App.vue b/atune/web/src/App.vue index e994f53024fd70ac08049a5bc9fe40f724b52c0e..5bc96cbbd23ea48aea63cd90664352b5a1ee9ee0 100644 --- a/atune/web/src/App.vue +++ b/atune/web/src/App.vue @@ -17,21 +17,29 @@ const zhCn = ref(locale); font-family: "Avenir", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - height: 98vh; - overflow: hidden; /* Ensure no scrollbars on the app container */ + height: 100%; + width: 100%; + // overflow: hidden; /* Ensure no scrollbars on the app container */ } -html, body { - margin: 0; - padding: 0; - height: 100vh; - background-color: rgb(11, 35, 117); - overflow: hidden; /* Ensure no scrollbars on the body */ - width: 100vw; - transform-origin: 0 0 0; - -moz-transform-origin: 0 0 0; - -ms-transform-origin: 0 0 0; - -webkit-transform-origin: 0 0 0; - -o-transform-origin: 0 0 0; -} +// html { +// margin: 0; +// padding: 0; +// height: 100%; +// width: 100%; +// } + +// body { +// margin: 0; +// padding: 0; +// height: 100%; +// width: 100%; +// background-color: rgb(11, 35, 117); +// // overflow: hidden; /* Ensure no scrollbars on the body */ +// transform-origin: 0 0 0; +// -moz-transform-origin: 0 0 0; +// -ms-transform-origin: 0 0 0; +// -webkit-transform-origin: 0 0 0; +// -o-transform-origin: 0 0 0; +// } \ No newline at end of file diff --git a/atune/web/src/assets/main.css b/atune/web/src/assets/main.css new file mode 100644 index 0000000000000000000000000000000000000000..9422492ba34ad85a2dff7013ad1b4f6b6eeaba26 --- /dev/null +++ b/atune/web/src/assets/main.css @@ -0,0 +1,21 @@ + +html { + height: 100%; + /* height: 500px; */ + width: 100%; + margin: 0px; + padding: 0px; + box-sizing: border-box; + } + + body { + height: 100%; + width: 100%; + margin: 0px; + padding: 0px; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + text-rendering: optimizeLegibility; + font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, + Microsoft YaHei, Arial, sans-serif; + } diff --git a/atune/web/src/components/table.vue b/atune/web/src/components/table.vue index 2b4d364040c615412037f859ffd49cd75c305bfb..f5aa7b9de8b9348c27eed73e132580e09ace679b 100644 --- a/atune/web/src/components/table.vue +++ b/atune/web/src/components/table.vue @@ -10,13 +10,15 @@ -
+
+
- - - + :cell-style="{ color: 'black' }" tooltip-effect="dark"> + + +
+