diff --git a/src/views/main_web/index.vue b/src/views/main_web/index.vue index 1f41ed4a..34b3960d 100644 --- a/src/views/main_web/index.vue +++ b/src/views/main_web/index.vue @@ -60,8 +60,8 @@
- - 您还没有项目呢 + + 暂无项目
diff --git a/static/css/main.css b/static/css/main.css index b32de37a..e32d654c 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -3553,13 +3553,18 @@ button:focus { } .nullproduct { - width: 400px; - height: 400px; - margin: 50px auto; - text-align: center; - line-height: 50px; + margin: 10% auto; + text-align: center; + line-height: 50px; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} +.noprotext{ + color:#8f8f8f; + font-size: 16px } - .newcreat { color: #8b35f0; } diff --git a/static/img/nopro.png b/static/img/nopro.png new file mode 100644 index 00000000..941341d4 Binary files /dev/null and b/static/img/nopro.png differ