|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<img
|
|
<img
|
|
- src="@/assets/images/icon-close4.png"
|
|
|
|
|
|
+ src="@/assets/images/close.png"
|
|
class="information__close"
|
|
class="information__close"
|
|
@click="$router.replace({ name: 'home' })"
|
|
@click="$router.replace({ name: 'home' })"
|
|
/>
|
|
/>
|
|
@@ -158,8 +158,8 @@ const handleClick = (item) => {
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 44px;
|
|
top: 44px;
|
|
right: 44px;
|
|
right: 44px;
|
|
- width: 50px;
|
|
|
|
- height: 50px;
|
|
|
|
|
|
+ width: 40px;
|
|
|
|
+ height: 40px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
|