fix splitter styles
This commit is contained in:
@@ -47,17 +47,6 @@ export default defineComponent({
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
.p-splitter {
|
||||
border: none !important;
|
||||
}
|
||||
.p-splitter-gutter {
|
||||
outline-width: 0;
|
||||
}
|
||||
.p-splitter-gutter-handle:focus {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
<template>
|
||||
<div class="code">
|
||||
|
||||
@@ -87,6 +87,17 @@ main {
|
||||
outline-width: 0;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
.p-splitter {
|
||||
border: none !important;
|
||||
}
|
||||
.p-splitter-gutter {
|
||||
outline-width: 0;
|
||||
}
|
||||
.p-splitter-gutter-handle:focus {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
<template>
|
||||
<main>
|
||||
|
||||
Reference in New Issue
Block a user