mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 18:04:54 +00:00
fix: update style
This commit is contained in:
parent
fe81197d49
commit
bfee905e5b
@ -48,7 +48,7 @@ limitations under the License. -->
|
|||||||
width="95%"
|
width="95%"
|
||||||
@closed="dashboardStore.setConfigPanel(false)"
|
@closed="dashboardStore.setConfigPanel(false)"
|
||||||
>
|
>
|
||||||
<span>Configurations</span>
|
<div class="configuration">xxxx</div>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -121,4 +121,8 @@ dashboardStore.setLayout(layout);
|
|||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.configuration {
|
||||||
|
height: 600px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user