1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-23 09:09:57 +02:00

minor fix

This commit is contained in:
Xuan Sang LE
2018-02-22 19:15:03 +01:00
parent 5bc9780877
commit 4fa07bf89c
6 changed files with 44 additions and 27 deletions

View File

@ -198,7 +198,7 @@ button{
margin-right: 10px;
box-shadow: 1px 1px 1px #9f9F9F;
}
#status{
div[data-id="status"]{
padding-left: 10px;
padding-top:5px;
color:#724841;

View File

@ -19,8 +19,8 @@
<textarea data-class = "data" name = "content"></textarea>
<div data-height="5"></div>
<afx-hbox data-height="30">
<div id="status"></div>
<button id = "send" data-width = "60" >Send</button>
<div data-id="status"></div>
<button data-id = "send" data-width = "60" >Send</button>
</afx-hbox>
<div data-height="5"></div>
</afx-vbox>