diff --git a/frontend/src/views/teachBusiness/venue/index.vue b/frontend/src/views/teachBusiness/venue/index.vue
index 4b2fc8d3a..17469125d 100644
--- a/frontend/src/views/teachBusiness/venue/index.vue
+++ b/frontend/src/views/teachBusiness/venue/index.vue
@@ -76,11 +76,17 @@
-
+
- 编辑
- 编辑历表
- 删除
+
+
+ 编辑
+ 编辑历表
+
+
+ 删除
+
+
@@ -584,6 +590,24 @@ export default {
text-align: right;
}
}
+
+ .venue-actions {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ white-space: normal;
+
+ .venue-action-row {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ white-space: nowrap;
+ }
+
+ .venue-action-row + .venue-action-row {
+ margin-top: 2px;
+ }
+ }
}
.number-unit-field {