From cc4e197fe80f5c72840fc6d81e4d93ccbe6276e5 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期四, 30 五月 2024 16:56:58 +0800
Subject: [PATCH] 1.递交
---
src/views/systemSetting/processSetting.vue | 17 +++++++++++------
1 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/src/views/systemSetting/processSetting.vue b/src/views/systemSetting/processSetting.vue
index f38544d..ddfcad7 100644
--- a/src/views/systemSetting/processSetting.vue
+++ b/src/views/systemSetting/processSetting.vue
@@ -194,29 +194,34 @@
</script>
<style scoped>
-.main{
+.main {
display: flex;
flex-direction: column;
}
-.block{
+
+.block {
height: 100px;
}
-.block-title{
+
+.block-title {
}
-.block-content{
+
+.block-content {
padding: 20px;
display: flex;
align-items: center;
-
}
-.font{
+.font {
color: #606266;
font-size: 14px;
display: flex;
align-items: center;
width: 200px;
+}
+.el-icon-question {
+ cursor: pointer;
}
</style>
--
Gitblit v1.9.3