Commit cb159ee7 by shangriqiang

modified: src/packages/task-recored/src/main.vue

1 parent 1c387e8f
Showing with 3 additions and 1 deletions
......@@ -216,6 +216,8 @@ export default {
.panel-row {
margin-top: 25px;
line-break: anywhere;
display: flex;
flex-wrap: wrap;
}
.panel-row:not(:last-child) {
......@@ -223,7 +225,7 @@ export default {
}
.panel-cell {
display: inline-table;
/* display: inline-table; */
/* min-height: 50px; */
line-height: 25px;
padding-bottom: 10px;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!