fix: scope build_events css (#18335)
This commit is contained in:
parent
c3b547f897
commit
88b8bb28e6
2 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ function error_component(error, i) {
|
|||
defineExpose({show, hide});
|
||||
</script>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
.build-error-overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ function reload() {
|
|||
defineExpose({show, hide});
|
||||
</script>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
.build-success-message {
|
||||
position: fixed;
|
||||
z-index: 9999;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue