| widgets/instructions/Widget.js | ●●●●● patch | view | raw | blame | history | |
| widgets/instructions/css/style.css | ●●●●● patch | view | raw | blame | history |
widgets/instructions/Widget.js
@@ -65,6 +65,8 @@ dropdown.render({ elem: '.demo1' , data: d ,trigger: 'hover' , className: 'site-dropdown-demo' , click: function (obj) { //点击事件 // layer.tips('点击了:' + obj.title, this.elem, { tips: [1, '#5FB878'] }) widgets/instructions/css/style.css
@@ -12,7 +12,7 @@ background: rgba(255, 255, 255, 1); color: #fff; /* border : 1px solid rgba(0, 0, 0, 0.3); */ border-radius: 14px; border-radius: 8px; /* text-align : center; */ /* cursor : pointer; */ z-index: 15 !important; @@ -42,3 +42,7 @@ display: inline-block; margin-right: 11px; } .site-dropdown-demo { border-radius: 8px; }