master
parent
16bddc91a8
commit
e301b39ba0
|
|
@ -29,7 +29,7 @@ const go = () => {
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.page-bg {
|
.page-bg {
|
||||||
background: url('@/assets/images/layout-bg.png') no-repeat;
|
// background: url('@/assets/images/layout-bg.png') no-repeat;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-size: 100% auto;
|
background-size: 100% auto;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@
|
||||||
:data="item"
|
:data="item"
|
||||||
></CardItem>
|
></CardItem>
|
||||||
</div>
|
</div>
|
||||||
<AiAssistant />
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -37,7 +36,6 @@ import bg01 from '@/assets/images/insights_01.jpg'
|
||||||
import bg02 from '@/assets/images/insights_02.jpg'
|
import bg02 from '@/assets/images/insights_02.jpg'
|
||||||
import bg03 from '@/assets/images/insights_03.jpg'
|
import bg03 from '@/assets/images/insights_03.jpg'
|
||||||
import bg04 from '@/assets/images/insights_04.jpg'
|
import bg04 from '@/assets/images/insights_04.jpg'
|
||||||
import AiAssistant from '@/views/chat/components/ai-assistant-float.vue'
|
|
||||||
const list = [
|
const list = [
|
||||||
{
|
{
|
||||||
icon: '法律法规',
|
icon: '法律法规',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue