diff --git a/src/layout/components/NavBar.vue b/src/layout/components/NavBar.vue index 8f16e0ee..92bb8a9e 100644 --- a/src/layout/components/NavBar.vue +++ b/src/layout/components/NavBar.vue @@ -48,12 +48,12 @@ limitations under the License. --> @input="changeTimeRange" /> UTC{{ appStore.utcHour >= 0 ? "+" : "" }}{{ `${appStore.utcHour}:${appStore.utcMin}` }} - - - + + + diff --git a/src/styles/theme.scss b/src/styles/theme.scss index 7823221f..32f3df24 100644 --- a/src/styles/theme.scss +++ b/src/styles/theme.scss @@ -36,12 +36,11 @@ html { --sw-table-col: #fff; --sw-config-header: aliceblue; --sw-topology-color: #666; - --sw-topology-operations-bg: #f7f9fa; --vis-tooltip-bg: #fff; --sw-topology-switch-icon: rgba(0, 0, 0, 0.3); --sw-topology-box-shadow: #eee 1px 2px 10px; --sw-topology-setting-bg: #fff; - --sw-topology-border: 1px solid #000000; + --sw-topology-border: 1px solid #999; } html.dark { @@ -64,12 +63,11 @@ html.dark { --sw-table-col: none; --sw-config-header: #333; --sw-topology-color: #ccc; - --sw-topology-operations-bg: #4b4b52; --vis-tooltip-bg: #414243; --sw-topology-switch-icon: #aaa; --sw-topology-box-shadow: 0 0 2px 0 #444; --sw-topology-setting-bg: #333; - --sw-topology-border: 1px solid #999; + --sw-topology-border: 1px solid #666; } .el-table tr { diff --git a/src/views/dashboard/panel/Tool.vue b/src/views/dashboard/panel/Tool.vue index 1541fb31..f584a057 100644 --- a/src/views/dashboard/panel/Tool.vue +++ b/src/views/dashboard/panel/Tool.vue @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + $Service @@ -103,7 +103,7 @@ limitations under the License. --> - + {{ t.content }} @@ -115,7 +115,7 @@ limitations under the License. --> - +