-
+
{{ o.title}}
@@ -185,7 +185,7 @@ function lookMore(i){
cursor: pointer;
.img-box {
- width: 20px;
+ width: 20px;
height: 20px;
img {
@@ -294,6 +294,7 @@ function lookMore(i){
height: 189px;
.img-box {
+ cursor: pointer;
width: 100%;
height: 158px;
margin-bottom: 10px;
diff --git a/jeecgboot-vue3-master/src/views/demo/main-home/components/matchEvaluation/components/MCh.vue b/jeecgboot-vue3-master/src/views/demo/main-home/components/matchEvaluation/components/MCh.vue
index af53c2f3..df8e9c5d 100644
--- a/jeecgboot-vue3-master/src/views/demo/main-home/components/matchEvaluation/components/MCh.vue
+++ b/jeecgboot-vue3-master/src/views/demo/main-home/components/matchEvaluation/components/MCh.vue
@@ -18,9 +18,10 @@
{{ parseTime(o.createTime,'b') }}
{{parseTime(o.createTime,'a')}}
-
+
-
+
+
{{ o.title }}
{{ o.info }}
@@ -49,7 +50,7 @@
-
{{ o.publishTime }}
diff --git a/jeecgboot-vue3-master/src/views/demo/main-home/index.vue b/jeecgboot-vue3-master/src/views/demo/main-home/index.vue
index 3c161a5a..67c5b24c 100644
--- a/jeecgboot-vue3-master/src/views/demo/main-home/index.vue
+++ b/jeecgboot-vue3-master/src/views/demo/main-home/index.vue
@@ -21,13 +21,13 @@
-
diff --git a/jeecgboot-vue3-master/src/views/system/loginmini/MiniLogin.vue b/jeecgboot-vue3-master/src/views/system/loginmini/MiniLogin.vue
index 37f9b681..16e647ba 100644
--- a/jeecgboot-vue3-master/src/views/system/loginmini/MiniLogin.vue
+++ b/jeecgboot-vue3-master/src/views/system/loginmini/MiniLogin.vue
@@ -1,5 +1,17 @@
+
+
+
@@ -425,6 +437,62 @@
@import '/@/assets/loginmini/style/home.less';
@import '/@/assets/loginmini/style/base.less';
+ .fixed {
+ position: fixed;
+ width: 100px;
+ height: 202px;
+ top: calc(80px + 20px);
+ right: 0px;
+ z-index: 9;
+
+
+ .card {
+ width: 100px;
+ height: 100px;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ cursor: pointer;
+
+ .img-box {
+ width: 40px;
+ height: 40px;
+ margin-bottom: 4px;
+
+ img {
+ width: 100%;
+ height: 100%;
+ }
+ }
+
+ .text {
+ height: 18px;
+ font-family: Microsoft YaHei, Microsoft YaHei;
+ font-weight: 400;
+ font-size: 13px;
+ color: #FFFFFF;
+ line-height: 17px;
+ text-align: center;
+ font-style: normal;
+ text-transform: none;
+ }
+
+ }
+
+ .bas {
+ height: 2px;
+ width: 100%;
+ background-color: #fff;
+ }
+
+ .bot {
+ background: #A7B2C6;
+ border-bottom-left-radius: 20px;
+ }
+ }
+
+
:deep(.ant-input:focus) {
box-shadow: none;
}