修改轮播图样式

master
JayChou 2 weeks ago
parent b299469f1f
commit a6b9f04709
  1. 4
      jeecgboot-vue3/src/views/demo/main-home/components/homePage/index.vue

@ -525,12 +525,12 @@
:deep(.slick-slide h3) { :deep(.slick-slide h3) {
color: #fff; color: #fff;
} }
:deep(:where(.css-dev-only-do-not-override-1hajlzy).ant-carousel .slick-dots) { :deep(.ant-carousel .slick-dots) {
justify-content: end !important; justify-content: end !important;
bottom: 4px !important; bottom: 4px !important;
right: 5px !important; right: 5px !important;
} }
:deep(:where(.css-dev-only-do-not-override-1hajlzy).ant-carousel .slick-dots li button) { :deep(.ant-carousel .slick-dots li button) {
width: 8px !important; width: 8px !important;
height: 8px !important; height: 8px !important;
border-radius: 50% !important; border-radius: 50% !important;

Loading…
Cancel
Save