From c76a16e77c5551582bc8415ce7f30a362a765e09 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期四, 04 一月 2024 16:05:53 +0800
Subject: [PATCH] 整合代码
---
Source/UBCS-WEB/src/components/template/TableTransfer.vue | 74 +++++++++++++++++++------------------
1 files changed, 38 insertions(+), 36 deletions(-)
diff --git a/Source/UBCS-WEB/src/components/template/TableTransfer.vue b/Source/UBCS-WEB/src/components/template/TableTransfer.vue
index 83871ff..0875d44 100644
--- a/Source/UBCS-WEB/src/components/template/TableTransfer.vue
+++ b/Source/UBCS-WEB/src/components/template/TableTransfer.vue
@@ -285,40 +285,42 @@
</script>
<style lang="scss" scoped>
-::v-deep(.el-col>.el-card >.el-card__header) {
- background: #fff
-}
-
-.box-card {
- background: #fff;
-}
-
-.clearfix {
- display: -webkit-box;
- display: flex;
- display: -ms-flexbox;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
-}
-
-.input {
- float: right;
- padding: 3px 0;
- max-width: 400px;
-}
-
-.btns {
- display: flex;
- align-items: center;
- flex-direction: column;
- justify-content: center;
-
- .btn {
- margin: 20px 0;
+ ::v-deep {
+ .el-col>.el-card >.el-card__header {
+ background: #fff
+ }
+
}
-}
-</style>
+
+ .box-card {
+ background: #fff;
+ }
+ .clearfix {
+ display: -webkit-box;
+ display: flex;
+ display: -ms-flexbox;
+ -webkit-box-pack: justify;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ }
+
+ .input {
+ float: right;
+ padding: 3px 0;
+ max-width: 400px;
+ }
+
+ .btns {
+ display: flex;
+ align-items: center;
+ flex-direction: column;
+ justify-content: center;
+
+ .btn {
+ margin: 20px 0;
+ }
+ }
+</style>
\ No newline at end of file
--
Gitblit v1.9.3