下拉图片大小调整

lijinlong
吕天方 1 year ago
parent af75fde173
commit 4c27e8c85d

@ -405,8 +405,8 @@ export default {
background: url(../../../assets/images/down2.png) center center no-repeat;
background-size: cover;
position: absolute;
width: 14px;
height: 10px;
width: 10px;
height: 7px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
@ -507,8 +507,8 @@ export default {
background: url(../../../assets/images/down2.png) center center no-repeat;
background-size: cover;
position: absolute;
width: 14px;
height: 10px;
width: 10px;
height: 7px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);

@ -268,8 +268,8 @@ export default {
background: url(../../../assets/images/down2.png) center center no-repeat;
background-size: cover;
position: absolute;
width: 14px;
height: 10px;
width: 10px;
height: 7px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);

@ -298,8 +298,8 @@ export default {
background: url(../../../assets/images/down2.png) center center no-repeat;
background-size: cover;
position: absolute;
width: 14px;
height: 10px;
width: 10px;
height: 7px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);

@ -4,7 +4,7 @@
* @Author: JC9527
* @Date: 2023-09-04 10:20:06
* @LastEditors: JC9527
* @LastEditTime: 2023-09-05 15:04:02
* @LastEditTime: 2023-09-05 15:10:25
-->
<template>
<div class="plan-management">
@ -272,8 +272,8 @@ export default {
background: url(../../../assets/images/down2.png) center center no-repeat;
background-size: cover;
position: absolute;
width: 14px;
height: 10px;
width: 10px;
height: 7px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);

Loading…
Cancel
Save