Update app.css
Browse files
app.css
CHANGED
|
@@ -156,4 +156,18 @@ footer, .footer, div[class*="footer"], #footer {
|
|
| 156 |
/* 鞝勳泊 霠堨澊鞎勳泝 臁办爼 */
|
| 157 |
.ant-row {
|
| 158 |
margin: 0 !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 159 |
}
|
|
|
|
| 156 |
/* 鞝勳泊 霠堨澊鞎勳泝 臁办爼 */
|
| 157 |
.ant-row {
|
| 158 |
margin: 0 !important;
|
| 159 |
+
}
|
| 160 |
+
|
| 161 |
+
/* Example 氩勴娂 鞀ろ儉鞚茧 */
|
| 162 |
+
.ant-btn-block {
|
| 163 |
+
margin-top: 8px;
|
| 164 |
+
text-align: left;
|
| 165 |
+
height: auto !important;
|
| 166 |
+
padding: 12px !important;
|
| 167 |
+
white-space: normal !important;
|
| 168 |
+
line-height: 1.5 !important;
|
| 169 |
+
}
|
| 170 |
+
|
| 171 |
+
.ant-btn-block:hover {
|
| 172 |
+
background-color: #f0f0f0;
|
| 173 |
}
|