mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
update input-number disabled style
This commit is contained in:
parent
04e0bbdfa2
commit
80c7583562
@ -7,11 +7,7 @@
|
|||||||
.handler-disabled() {
|
.handler-disabled() {
|
||||||
opacity: 0.72;
|
opacity: 0.72;
|
||||||
color: #ccc !important;
|
color: #ccc !important;
|
||||||
cursor: default;
|
cursor: not-allowed;
|
||||||
&:hover {
|
|
||||||
color: #ccc;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{input-number-prefix-cls} {
|
.@{input-number-prefix-cls} {
|
||||||
|
@ -60,7 +60,7 @@ OceanBase 是一款真正意义上的云端分布式关系型数据库,而 Oce
|
|||||||
|
|
||||||
AntV 将数据图形小组近几年在探索数据可视化过程中取得的成果进行总结和沉淀,并分享给所有需要数据可视理论的人。
|
AntV 将数据图形小组近几年在探索数据可视化过程中取得的成果进行总结和沉淀,并分享给所有需要数据可视理论的人。
|
||||||
|
|
||||||
<p><a class="outside-link internal" href="http://antv.alipay.net/" target="_blank">立即访问</a></p>
|
<p><a class="outside-link internal" href="https://antv.alipay.com/" target="_blank">立即访问</a></p>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.preview-image-boxes {
|
.preview-image-boxes {
|
||||||
|
@ -38,6 +38,8 @@ export default class Footer extends React.Component {
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<h2>相关站点</h2>
|
<h2>相关站点</h2>
|
||||||
|
<div><a href="https://g2.alipay.com/">G2</a> - 数据可视化</div>
|
||||||
|
<div><a href="https://antv.alipay.com/">AntV</a> - 数据可视化规范</div>
|
||||||
<div><a href="http://motion.ant.design">Ant Motion</a> - 设计动效</div>
|
<div><a href="http://motion.ant.design">Ant Motion</a> - 设计动效</div>
|
||||||
<div><a href="http://motion.ant.design">Ant UX</a> - 页面逻辑素材</div>
|
<div><a href="http://motion.ant.design">Ant UX</a> - 页面逻辑素材</div>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user