diff --git a/public/static/css/main.css b/public/static/css/main.css
index 38b41cf8..84b6cd7b 100644
--- a/public/static/css/main.css
+++ b/public/static/css/main.css
@@ -4775,7 +4775,6 @@ button:focus {
margin-top: 54px;
}
.listfilewarp{
- min-height: calc(100vh - 48px);
overflow: hidden;
/* overflow-y: auto; */
background-color: #f0f0f0;
@@ -7806,7 +7805,7 @@ li.secondMenu ul li:hover {
justify-content: start;
}
.worklinkBtngroup{
- height: 54px;
+ /* height: 54px; */
overflow: hidden;
float: left;
/* max-width: 368px; */
@@ -8980,7 +8979,8 @@ h5.dulilabel{
.proj-detail .proj-desc-wrap::-webkit-scrollbar-thumb:window-inactive,
.proj-detail .summary-wrap::-webkit-scrollbar-thumb:window-inactive,
.new-proj .template_select_content::-webkit-scrollbar-thumb:window-inactive {
- background-color: #adadad;
+ /* background-color: #adadad; */
+ background-color: transparent;
}
/* 当前选中的工作负责人的框 */
@@ -9062,7 +9062,6 @@ h5.dulilabel{
/* 搜索功能 搜索入口 */
.search-entry {
position: relative;
- top: 12px;
width: 26px;
height: 26px;
background: url('/static/img/搜索.svg') center/100%;
diff --git a/public/static/img/窗口关闭.svg b/public/static/img/窗口关闭.svg
new file mode 100644
index 00000000..4138efb2
--- /dev/null
+++ b/public/static/img/窗口关闭.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/static/img/窗口缩小.svg b/public/static/img/窗口缩小.svg
new file mode 100644
index 00000000..c42cc2cf
--- /dev/null
+++ b/public/static/img/窗口缩小.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/static/img/缩放窗口.svg b/public/static/img/缩放窗口.svg
new file mode 100644
index 00000000..8b010bd3
--- /dev/null
+++ b/public/static/img/缩放窗口.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/App.vue b/src/App.vue
index 57ed4f62..51777be6 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -30,7 +30,7 @@
-->
@@ -38,6 +38,7 @@