diff --git a/src/assets/images/videoCommunication/在线质控.svg b/src/assets/images/videoCommunication/在线质控.svg
new file mode 100644
index 0000000..6b6b1f8
--- /dev/null
+++ b/src/assets/images/videoCommunication/在线质控.svg
@@ -0,0 +1,28 @@
+
diff --git a/src/assets/images/videoCommunication/实时会诊.svg b/src/assets/images/videoCommunication/实时会诊.svg
new file mode 100644
index 0000000..ff89915
--- /dev/null
+++ b/src/assets/images/videoCommunication/实时会诊.svg
@@ -0,0 +1,32 @@
+
diff --git a/src/assets/images/videoCommunication/带教培训.svg b/src/assets/images/videoCommunication/带教培训.svg
new file mode 100644
index 0000000..3c84b5e
--- /dev/null
+++ b/src/assets/images/videoCommunication/带教培训.svg
@@ -0,0 +1,24 @@
+
diff --git a/src/assets/images/videoCommunication/病例研讨.svg b/src/assets/images/videoCommunication/病例研讨.svg
new file mode 100644
index 0000000..f7a6756
--- /dev/null
+++ b/src/assets/images/videoCommunication/病例研讨.svg
@@ -0,0 +1,30 @@
+
diff --git a/src/assets/styles/sidebar.scss b/src/assets/styles/sidebar.scss
index 56d300b..4ae10b5 100644
--- a/src/assets/styles/sidebar.scss
+++ b/src/assets/styles/sidebar.scss
@@ -80,6 +80,8 @@
margin: 0 2px !important;
border-radius: 20px !important;
color: #fff !important;
+ display: flex !important;
+ align-items: center !important;
}
// menu hover
diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
index 966e656..c2c8922 100644
--- a/src/layout/components/Sidebar/Logo.vue
+++ b/src/layout/components/Sidebar/Logo.vue
@@ -78,10 +78,8 @@ export default {
display: inline-block;
margin: 0;
color: #fff;
- font-weight: 600;
line-height: 50px;
font-size: 14px;
- font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
vertical-align: middle;
}
}
diff --git a/src/views/videoCommunication/index.vue b/src/views/videoCommunication/index.vue
index b9c3e3d..f525c28 100644
--- a/src/views/videoCommunication/index.vue
+++ b/src/views/videoCommunication/index.vue
@@ -29,9 +29,6 @@
{{ mode.title }}
-
-
-
@@ -50,10 +47,11 @@
stripe
height="calc(100vh - 550px)"
>
-
+
+
+
+
+ {{ scope.row.name }}
+
+
+
-
+ align="left"
+ width="420"
+ >
+
+
+ {{ scope.row.meet_type_name }}
+
+
+
+
-
+
@@ -317,7 +332,7 @@ export default {
align-items: center;
font-size: 16px;
font-weight: 500;
- color: #333;
+ color: #009696;
.line {
display: inline-block;
@@ -369,10 +384,8 @@ export default {
overflow: hidden;
cursor: pointer;
transition: transform 0.2s ease, box-shadow 0.2s ease;
-
&:hover {
- transform: translateY(-3px);
- box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
+ transform: translateY(-1px);
}
&:active {
@@ -385,47 +398,34 @@ export default {
z-index: 1;
}
- .icon-bg {
- position: absolute;
- right: 20px;
- bottom: 20px;
- font-size: 40px;
- opacity: 0.3;
- }
-
- &::after {
- content: "";
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 60px;
- background: rgba(255, 255, 255, 0.1);
- border-radius: 100% 100% 0 0;
- }
-
&.blue {
- background: linear-gradient(to right, #67c2ef, #2196f3);
+ background-image: url("~@/assets/images/videoCommunication/实时会诊.svg");
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+ background-position: center;
}
&.yellow {
- background: linear-gradient(to right, #ffd54f, #ff9800);
+ background-image: url("~@/assets/images/videoCommunication/带教培训.svg");
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+ background-position: center;
}
&.grayblue {
- background: linear-gradient(to right, #b0bec5, #29b6f6);
+ background-image: url("~@/assets/images/videoCommunication/在线质控.svg");
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+ background-position: center;
}
&.greenblue {
- background: linear-gradient(to right, #43d8c9, #29b6f6);
+ background-image: url("~@/assets/images/videoCommunication/病例研讨.svg");
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+ background-position: center;
}
}
}
-
- // 会诊记录表格
- .more-btn {
- color: #009696;
- cursor: pointer;
- }
}
\ No newline at end of file