瀏覽代碼

change slider dots style

Vika 2 年之前
父節點
當前提交
420a72f273
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      project/my-project/src/App.css

+ 4 - 0
project/my-project/src/App.css

@@ -130,4 +130,8 @@ a:link, a:visited {
 
 .ant-menu-item .ant-menu-item-active .ant-menu-item-selected {
   background-color: red;
+}
+
+.ant-carousel .slick-dots li.slick-active {
+  width: 16px;
 }