File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,18 +11,28 @@ group:
1111
1212### 何时使用
1313
14- ### Menu
14+ 请移步: https://cloud-react.shuyun.com/v1/cloud-react/action/drawer
1515
16- | 属性 | 说明 | 类型 | 默认值 |
17- | ----------- | -------------------- | ---------------- | ---------- |
18- | closable | 是否显示左上角的关闭按钮 | boolean | true |
19- | mask | 是否展示遮罩 | boolean | true |
20- | maskClosable | 点击蒙层是否允许关闭 | boolean | true|
21- | placement | 抽屉的方向 | 'top'、 'right' 、 'bottom'、 'left' | right |
22- | open | Drawer 是否可见 | boolean | - |
23- | onClose | 点击遮罩层或左上角叉或取消按钮的回调 | function(e) | - |
16+ [ comment ] : < > ( ### Menu )
2417
18+ [ comment ] : < > ( | 属性 | 说明 | 类型 | 默认值 | )
2519
26- ### 代码演示
27- <embed src =" @components/c-drawer/demos/basic.md " />
20+ [ comment ] : < > ( | ----------- | -------------------- | ---------------- | ---------- | )
21+
22+ [ comment ] : < > ( | closable |是否显示左上角的关闭按钮 | boolean |true | )
23+
24+ [ comment ] : < > ( | mask | 是否展示遮罩 | boolean | true | )
25+
26+ [ comment ] : < > ( | maskClosable |点击蒙层是否允许关闭 | boolean |true| )
27+
28+ [ comment ] : < > ( | placement | 抽屉的方向 | 'top'、 'right' 、 'bottom'、 'left' | right | )
29+
30+ [ comment ] : < > ( | open | Drawer 是否可见 | boolean | - | )
31+
32+ [ comment ] : < > ( | onClose | 点击遮罩层或左上角叉或取消按钮的回调 | function( ; e) ; |- | )
33+
34+
35+ [ comment ] : < > ( ### 代码演示 )
36+
37+ [ comment ] : < > ( <embed src="@components/c-drawer/demos/basic.md" /> )
2838
Original file line number Diff line number Diff line change 8181 }
8282
8383 &-group :not (.@{input-prefix-cls} -disabled ) {
84+ .@{prefix} -icon-search :hover ,
8485 .icon-search :hover {
8586 cursor : pointer ;
8687 }
254255 border-color : @blue-4 !important ;
255256 }
256257
258+ .@{prefix} -icon-search ,
257259 .icon-search {
258260 color : @gray-6 ;
259261 cursor : pointer ;
350352 height : 28px ;
351353 }
352354
353- &-textarea :hover ,
354- & :hover ,
355355 &-textarea :focus ,
356356 & :focus {
357+ border-color : @gray-4 !important ;
358+ }
359+
360+ &-textarea :hover ,
361+ & :hover {
357362 border-color : @hover-border-color !important ;
358363 }
359364
368373 border-color : @gray-4 !important ;
369374 }
370375
376+ .@{prefix} -icon-search ,
371377 .icon-search {
372378 cursor : not-allowed ;
373379
You can’t perform that action at this time.
0 commit comments