diff --git a/src/layout/components/NavBar.vue b/src/layout/components/NavBar.vue index 26a0285e..c2b188dd 100644 --- a/src/layout/components/NavBar.vue +++ b/src/layout/components/NavBar.vue @@ -14,7 +14,26 @@ See the License for the specific language governing permissions and limitations under the License. --> diff --git a/src/views/dashboard/related/network-profiling/components/Tasks.vue b/src/views/dashboard/related/network-profiling/components/Tasks.vue index 598350cc..a873a636 100644 --- a/src/views/dashboard/related/network-profiling/components/Tasks.vue +++ b/src/views/dashboard/related/network-profiling/components/Tasks.vue @@ -216,7 +216,7 @@ limitations under the License. --> width: 330px; height: calc(100% - 10px); overflow: auto; - border-right: 1px solid rgba(0, 0, 0, 0.1); + border-right: 1px solid rgb(0 0 0 / 10%); } .item span { @@ -225,7 +225,7 @@ limitations under the License. --> .profile-td { padding: 10px 5px 10px 10px; - border-bottom: 1px solid rgba(0, 0, 0, 0.07); + border-bottom: 1px solid rgb(0 0 0 / 7%); &.selected { background-color: #ededed; @@ -253,13 +253,13 @@ limitations under the License. --> .profile-tr { &:hover { - background-color: rgba(0, 0, 0, 0.04); + background-color: rgb(0 0 0 / 4%); } } .profile-t-tool { padding: 10px 5px 10px 10px; - border-bottom: 1px solid rgba(0, 0, 0, 0.07); + border-bottom: 1px solid rgb(0 0 0 / 7%); background: #f3f4f9; width: 100%; }