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