mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix: update style for alerting detail
This commit is contained in:
parent
b7115a4e47
commit
0a8769b7c4
@ -142,7 +142,7 @@ limitations under the License. -->
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
@import url("../components/style.scss");
|
||||
@import url("./style.scss");
|
||||
|
||||
.tips {
|
||||
width: 100%;
|
||||
@ -150,4 +150,29 @@ limitations under the License. -->
|
||||
text-align: center;
|
||||
font-size: $font-size-normal;
|
||||
}
|
||||
|
||||
.alarm-detail {
|
||||
max-height: 600px;
|
||||
overflow: auto;
|
||||
|
||||
ul {
|
||||
min-height: 100px;
|
||||
overflow: auto;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
li {
|
||||
cursor: pointer;
|
||||
|
||||
> span {
|
||||
width: 160px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
border-bottom: 1px solid $disabled-color;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -71,31 +71,6 @@
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
|
||||
.alarm-detail {
|
||||
max-height: 600px;
|
||||
overflow: auto;
|
||||
|
||||
ul {
|
||||
min-height: 100px;
|
||||
overflow: auto;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
li {
|
||||
cursor: pointer;
|
||||
|
||||
> span {
|
||||
width: 160px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
border-bottom: 1px solid $disabled-color;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.keys {
|
||||
font-weight: bold;
|
||||
display: inline-block;
|
Loading…
Reference in New Issue
Block a user