|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <a-layout class="web-wrapper slider-layout">
|
|
|
|
|
|
+ <a-layout class="web-wrapper">
|
|
<app-header />
|
|
<app-header />
|
|
<a-layout>
|
|
<a-layout>
|
|
<a-layout-sider
|
|
<a-layout-sider
|
|
@@ -139,8 +139,7 @@ const LayoutComponent = defineComponent({
|
|
export default LayoutComponent;
|
|
export default LayoutComponent;
|
|
</script>
|
|
</script>
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
-.slider-layout,
|
|
|
|
-.web-menu {
|
|
|
|
|
|
+.web-side {
|
|
::-webkit-scrollbar {
|
|
::-webkit-scrollbar {
|
|
width: 0 !important;
|
|
width: 0 !important;
|
|
}
|
|
}
|