Commit 6c03025a by shangriqiang

i

	modified:   src/packages/task-recored/src/main.vue
1 parent cb159ee7
Showing with 2 additions and 4 deletions
...@@ -215,9 +215,7 @@ export default { ...@@ -215,9 +215,7 @@ export default {
<style scoped> <style scoped>
.panel-row { .panel-row {
margin-top: 25px; margin-top: 25px;
line-break: anywhere; line-break: auto;
display: flex;
flex-wrap: wrap;
} }
.panel-row:not(:last-child) { .panel-row:not(:last-child) {
...@@ -225,7 +223,7 @@ export default { ...@@ -225,7 +223,7 @@ export default {
} }
.panel-cell { .panel-cell {
/* display: inline-table; */ display: inline-table;
/* min-height: 50px; */ /* min-height: 50px; */
line-height: 25px; line-height: 25px;
padding-bottom: 10px; padding-bottom: 10px;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!