mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-04-25 07:45:20 +00:00
feat: add border primary color
This commit is contained in:
@@ -186,7 +186,7 @@ limitations under the License. -->
|
||||
<style lang="scss" scoped>
|
||||
.content {
|
||||
min-width: 100px;
|
||||
border: 1px solid #eee;
|
||||
border: 1px solid $border-color-primary;
|
||||
background-color: $theme-background;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@@ -91,7 +91,7 @@ limitations under the License. -->
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
border-top: 1px solid #eee;
|
||||
border-top: 1px solid $border-color;
|
||||
padding: 10px;
|
||||
text-align: right;
|
||||
width: 100%;
|
||||
|
||||
@@ -68,7 +68,7 @@ limitations under the License. -->
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
border-top: 1px solid #eee;
|
||||
border-top: 1px solid $border-color-primary;
|
||||
padding: 10px;
|
||||
text-align: right;
|
||||
width: 100%;
|
||||
|
||||
@@ -151,7 +151,7 @@ limitations under the License. -->
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
border-top: 1px solid #eee;
|
||||
border-top: 1px solid $border-color-primary;
|
||||
padding: 10px;
|
||||
text-align: right;
|
||||
width: 100%;
|
||||
|
||||
@@ -80,7 +80,7 @@ limitations under the License. -->
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
border-top: 1px solid #eee;
|
||||
border-top: 1px solid $border-color-primary;
|
||||
padding: 10px;
|
||||
text-align: right;
|
||||
width: 100%;
|
||||
|
||||
@@ -147,7 +147,7 @@ limitations under the License. -->
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
border-top: 1px solid #eee;
|
||||
border-top: 1px solid $border-color-primary;
|
||||
padding: 10px;
|
||||
text-align: right;
|
||||
width: 100%;
|
||||
|
||||
@@ -63,7 +63,7 @@ limitations under the License. -->
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
border-top: 1px solid #eee;
|
||||
border-top: 1px solid $border-color-primary;
|
||||
padding: 10px;
|
||||
text-align: right;
|
||||
width: 100%;
|
||||
|
||||
@@ -201,7 +201,7 @@ limitations under the License. -->
|
||||
.graph {
|
||||
position: relative;
|
||||
min-width: 1280px;
|
||||
border: 1px solid #eee;
|
||||
border: 1px solid $border-color-primary;
|
||||
background-color: $theme-background;
|
||||
}
|
||||
|
||||
@@ -249,7 +249,7 @@ limitations under the License. -->
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
border-top: 1px solid #eee;
|
||||
border-top: 1px solid $border-color-primary;
|
||||
padding: 10px;
|
||||
text-align: right;
|
||||
width: 100%;
|
||||
|
||||
@@ -350,7 +350,7 @@ limitations under the License. -->
|
||||
.tab-header {
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
border-bottom: 1px solid #eee;
|
||||
border-bottom: 1px solid $border-color-primary;
|
||||
}
|
||||
|
||||
.vue-grid-layout {
|
||||
|
||||
@@ -277,7 +277,7 @@ limitations under the License. -->
|
||||
height: 30px;
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
border-bottom: 1px solid #eee;
|
||||
border-bottom: 1px solid $border-color-primary;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@ limitations under the License. -->
|
||||
.log {
|
||||
font-size: $font-size-smaller;
|
||||
height: 100%;
|
||||
border-bottom: 1px solid #eee;
|
||||
border-bottom: 1px solid $border-color-primary;
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
@@ -716,7 +716,7 @@ limitations under the License. -->
|
||||
padding: 0 15px;
|
||||
border-radius: 3px;
|
||||
color: $disabled-color;
|
||||
border: 1px solid #eee;
|
||||
border: 1px solid $border-color-primary;
|
||||
background-color: $theme-background;
|
||||
box-shadow: #eee 1px 2px 10px;
|
||||
transition: all 0.5ms linear;
|
||||
|
||||
@@ -281,7 +281,7 @@ limitations under the License. -->
|
||||
right: 10px;
|
||||
width: 400px;
|
||||
height: 600px;
|
||||
border: 1px solid #eee;
|
||||
border: 1px solid $border-color-primary;
|
||||
background-color: $theme-background;
|
||||
overflow: auto;
|
||||
padding: 10px 15px;
|
||||
|
||||
@@ -173,13 +173,13 @@ limitations under the License. -->
|
||||
.trace-detail-wrapper {
|
||||
font-size: $font-size-smaller;
|
||||
padding: 5px 10px;
|
||||
border-bottom: 1px solid #eee;
|
||||
border-bottom: 1px solid $border-color-primary;
|
||||
width: 100%;
|
||||
height: 95px;
|
||||
|
||||
.grey {
|
||||
color: $text-color;
|
||||
background-color: #448dfe;
|
||||
background-color: $active-background;
|
||||
}
|
||||
|
||||
.ghost {
|
||||
|
||||
Reference in New Issue
Block a user