diff --git a/README.md b/README.md
index b828f3d..7b7e806 100644
--- a/README.md
+++ b/README.md
@@ -28,8 +28,8 @@
- [x] 凭据托管
- [x] 邮件通知
- [x] 实例状态推送
+- [x] 脚本库
- [ ] 批量指令(开发中)
-- [ ] 脚本库(开发中)
- 实例面板

diff --git a/web/src/views/terminal/components/terminal.vue b/web/src/views/terminal/components/terminal.vue
index 591120d..d5d0f0e 100644
--- a/web/src/views/terminal/components/terminal.vue
+++ b/web/src/views/terminal/components/terminal.vue
@@ -29,7 +29,7 @@
:teleported="false"
class="scripts_menu"
>
- 快捷命令
+ 脚本库
@@ -362,7 +362,7 @@ const handleInputCommand = async (command) => {
// }
.scripts_menu {
:deep(.el-dropdown-menu) {
- min-width: 100px;
+ min-width: 120px;
max-width: 300px;
}
}