mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
update layout.html
This commit is contained in:
parent
d02278c5a9
commit
a1200aa1d6
@ -8,8 +8,11 @@
|
||||
|
||||
---
|
||||
|
||||
#### 禁用的表单控件
|
||||
|
||||
<br>
|
||||
|
||||
````html
|
||||
<h4>禁用的表单控件</h4>
|
||||
<form class="ant-form-horizontal">
|
||||
<div class="ant-form-item">
|
||||
<label class="col-5">禁用的输入框:</label>
|
||||
@ -18,10 +21,13 @@
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
````
|
||||
|
||||
<br />
|
||||
#### 禁用的 fieldset
|
||||
|
||||
<h4>禁用的 fieldset</h4>
|
||||
<br>
|
||||
|
||||
````html
|
||||
<form class="ant-form-horizontal">
|
||||
<fieldset disabled>
|
||||
<div class="ant-form-item">
|
||||
@ -52,5 +58,4 @@
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
````
|
||||
|
@ -10,8 +10,8 @@
|
||||
<link rel="icon" href="https://t.alipayobjects.com/images/T1QUBfXo4fXXXXXXXX.png" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="https://t.alipayobjects.com/images/T1QUBfXo4fXXXXXXXX.png" type="image/x-icon">
|
||||
<link href="http://fonts.useso.com/css?family=Raleway:600,500,400,300" rel="stylesheet" type="text/css" >
|
||||
{% block styles %}{% endblock %}
|
||||
<link rel="stylesheet" href="/static/normalize.css">
|
||||
{% block styles %}{% endblock %}
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
<link rel="stylesheet" href="/static/tomorrow.css">
|
||||
<script src="https://a.alipayobjects.com/??jquery/jquery/1.11.1/jquery.js,es5-shim/4.0.5/es5-shim.js,es5-shim/4.0.5/es5-sham.js,html5shiv/3.7.2/src/html5shiv.js,react/0.13.3/react.js,bluebird/2.9.30/bluebird.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user