diff --git a/jeecgboot-vue3/src/assets/images/step.png b/jeecgboot-vue3/src/assets/images/step.png
new file mode 100644
index 0000000..41a11f2
Binary files /dev/null and b/jeecgboot-vue3/src/assets/images/step.png differ
diff --git a/jeecgboot-vue3/src/views/tjbbVue/TjbbList.vue b/jeecgboot-vue3/src/views/tjbbVue/TjbbList.vue
index ca91f69..3feb0d5 100644
--- a/jeecgboot-vue3/src/views/tjbbVue/TjbbList.vue
+++ b/jeecgboot-vue3/src/views/tjbbVue/TjbbList.vue
@@ -4,6 +4,115 @@
+
+
+
+
@@ -237,4 +345,70 @@ import { defHttp } from '/@/utils/http/axios';
width: 100%;
}
}
+ .case-stencil{
+ padding:12px 12px 20px 12px;
+ background: #fff;
+ box-shadow: 0px 2px 8px 0px #e7e7e7;
+ border-radius: 4px;
+ margin-bottom: 10px;
+ margin-right: -10px;
+ }
+ .case-stencil:hover{
+ padding:12px 12px 20px 12px;
+ background: #fff;
+ box-shadow: 0px 2px 8px 0px #b0ccf7;
+ border-radius: 4px;
+ margin-bottom: 10px;
+ margin-right: -10px;
+ }
+ .step-text{
+ position:absolute;
+ z-index:10;
+ top:23%;
+ left:46%;
+ font-size:16px;
+ font-weight: 600;
+ color:#589cfa
+ }
+ .step-img{
+ margin-top:-10px;
+ width:100%;
+ position: relative;
+
+ }
+ .buttonClass{
+ text-align: center;
+ }
+ .setp-wei{
+ font-size:20px;
+ font-weight: 600;
+ }
+ .button-generate{
+ background: #ff9b0d;
+ padding: 10px 20px;
+ color: #fff;
+ border-radius: 4px;
+ cursor: pointer;
+ }
+ .button-generate:hover{
+ background: #1890ff;
+ padding: 10px 20px;
+ color: #fff;
+ border-radius: 4px;
+ cursor: pointer;
+ }
+ .button-del{
+ padding: 10px 20px;
+ background: #fff;
+ border: 1px solid #e7e7e7;
+ border-radius: 4px;
+ cursor: pointer;
+ }
+ .button-del:hover{
+ padding: 10px 20px;
+ background: #ececec;
+ border: 1px solid #c9c9c9;
+ border-radius: 4px;
+ cursor: pointer;
+ }