flx:调整总览大屏 项目看板轮播图样式问题
This commit is contained in:
parent
a4ccb44511
commit
535a0981b4
@ -4,7 +4,7 @@ NODE_ENV = 'development'
|
||||
# 本地环境接口地址(/api/index.ts文件中使用)
|
||||
# 后端本地
|
||||
# VITE_API_URL = 'http://192.168.34.155:19111'
|
||||
VITE_API_URL = 'http://192.168.34.221:9111' #雄哥本地
|
||||
# VITE_API_URL = 'http://192.168.34.221:9111' #雄哥本地
|
||||
# VITE_API_URL = 'http://182.90.224.237:51234' #雄哥远程
|
||||
# VITE_API_URL = 'http://192.168.34.221:28889'
|
||||
# VITE_API_URL = 'http://121.196.214.246/api'
|
||||
@ -24,7 +24,7 @@ VITE_API_URL = 'http://192.168.34.221:9111' #雄哥本地
|
||||
# VITE_API_URL = 'http://182.90.224.237:15551'
|
||||
# agjt
|
||||
# VITE_API_URL = 'http://42.180.188.17:9809' #生产环境
|
||||
# VITE_API_URL = 'http://42.180.188.17:11211' #测试环境
|
||||
VITE_API_URL = 'http://42.180.188.17:11211' #测试环境
|
||||
# VITE_API_URL = 'http://jxj.zhgdyun.com:19812'
|
||||
# 苏立信/重庆市南岸区
|
||||
# VITE_API_URL = 'http://101.43.164.214:11111'
|
||||
|
||||
@ -244,12 +244,12 @@ onMounted(async () => {
|
||||
.el-carousel__arrow--left {
|
||||
// top: 70px;
|
||||
left: -8px;
|
||||
font-size: 15px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.el-carousel__arrow--right {
|
||||
// top: 70px;
|
||||
right: -8px;
|
||||
font-size: 15px;
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -1150,14 +1150,14 @@ onMounted(async () => {
|
||||
|
||||
.el-carousel__arrow--left {
|
||||
// top: 70px;
|
||||
left: -8px;
|
||||
font-size: 15px;
|
||||
left: -12px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.el-carousel__arrow--right {
|
||||
// top: 70px;
|
||||
right: -8px;
|
||||
font-size: 15px;
|
||||
right: -12px;
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user