diff --git a/components/table/demo/loading.md b/components/table/demo/loading.md index 94c4a4f57902daeccca888e1adc4cd99f9efd9db..cb68d0bdbe42a14bb14ba994e7c9d749f108e222 100644 --- a/components/table/demo/loading.md +++ b/components/table/demo/loading.md @@ -1,6 +1,6 @@ # 加载中的表格 -- order: 15 +- order: 14 用属性 `loading` 控制表格加载中状态。 @@ -50,7 +50,7 @@ const App = React.createClass({ render() { return
- + ; } }) diff --git a/style/components/spin.less b/style/components/spin.less index 53e7db149bab0f22931b61bce8873f3326ef1e15..dcf8c51e7eb559dd5dddfa7d5bdad27babec2ef7 100644 --- a/style/components/spin.less +++ b/style/components/spin.less @@ -32,6 +32,7 @@ opacity: 0.7; filter: blur(1px); filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false); /* IE6~IE9 */ + pointer-events: none; } // dots