diff --git a/src/views/Settings.vue b/src/views/Settings.vue index bd3ef075..12e139e6 100644 --- a/src/views/Settings.vue +++ b/src/views/Settings.vue @@ -22,7 +22,7 @@ limitations under the License. --> placeholder="Select a language" @change="setLang" size="small" - style="font-size: 14px" + style="font-size: 14px; width: 180px" />
diff --git a/src/views/dashboard/panel/Tool.vue b/src/views/dashboard/panel/Tool.vue index 0c15d55b..9a5a576d 100644 --- a/src/views/dashboard/panel/Tool.vue +++ b/src/views/dashboard/panel/Tool.vue @@ -731,7 +731,7 @@ limitations under the License. --> .hierarchy-btn { display: inline-block; - padding: 0 2px 2px; + padding: 0 3px; border: 1px solid #666; border-radius: 4px; text-align: center; diff --git a/src/views/dashboard/related/continuous-profiling/components/PolicyList.vue b/src/views/dashboard/related/continuous-profiling/components/PolicyList.vue index 40c9ed58..726ae130 100644 --- a/src/views/dashboard/related/continuous-profiling/components/PolicyList.vue +++ b/src/views/dashboard/related/continuous-profiling/components/PolicyList.vue @@ -190,7 +190,7 @@ limitations under the License. --> .profile-t-tool { padding: 10px 5px 10px 10px; - border-bottom: 1px solid rgb(0 0 0 / 7%); + border-right: 1px solid rgb(0 0 0 / 7%); background-color: var(--sw-table-header); width: 100%; font-weight: bold; diff --git a/src/views/dashboard/related/demand-log/Header.vue b/src/views/dashboard/related/demand-log/Header.vue index 5a2c6f48..38f18008 100644 --- a/src/views/dashboard/related/demand-log/Header.vue +++ b/src/views/dashboard/related/demand-log/Header.vue @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -->