mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 09:44:07 +00:00
fix style (#56)
This commit is contained in:
parent
8d87777832
commit
4e8aa062f5
@ -38,7 +38,7 @@ limitations under the License. -->
|
|||||||
class="body"
|
class="body"
|
||||||
:style="{
|
:style="{
|
||||||
backgroundColor: TextColors[graph.backgroundColor],
|
backgroundColor: TextColors[graph.backgroundColor],
|
||||||
textAlign: graph.textAlign,
|
justifyContent: graph.textAlign,
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
@ -99,11 +99,12 @@ function editConfig() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.body {
|
.body {
|
||||||
padding: 5px 20px 0 10px;
|
padding: 0 20px 0 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
line-height: 100%;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tools {
|
.tools {
|
||||||
|
Loading…
Reference in New Issue
Block a user