[Improvement] Field: add is-link prop (#1347)

This commit is contained in:
neverland
2018-06-28 17:46:58 +08:00
committed by GitHub
parent 19d1c45121
commit 7d97a2fd85
5 changed files with 18 additions and 1 deletions

View File

@@ -18,10 +18,11 @@
border: 0;
margin: 0;
padding: 0;
display: block;
width: 100%;
resize: none;
display: block;
box-sizing: border-box;
background-color: transparent;
&:disabled {
opacity: 1;