添加配置页,40%
This commit is contained in:
parent
cea109d8ac
commit
6606e100c9
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "渠道应用开发部知识库",
|
"name": "渠道应用开发部知识库",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"description": "通过关键词快速搜索内部文档",
|
"description": "通过关键词快速搜索内部文档",
|
||||||
"permissions": ["storage"],
|
"permissions": ["storage"],
|
||||||
"host_permissions": [
|
"host_permissions": [
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
<div class="user-avatar" id="userAvatar">👤</div>
|
<div class="user-avatar" id="userAvatar">👤</div>
|
||||||
<div class="user-dropdown hidden" id="userDropdown">
|
<div class="user-dropdown hidden" id="userDropdown">
|
||||||
<div id="userName">未登录</div>
|
<div id="userName">未登录</div>
|
||||||
<div id="settingsBtn" class="logout-option">插件设置</div>
|
<div id="settingsBtn" class="logout-option">设置</div>
|
||||||
<div id="logoutBtn" class="logout-option">退出登录</div>
|
<div id="logoutBtn" class="logout-option">退出登录</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -203,3 +203,21 @@ h1 {
|
|||||||
background: #eaf1fb;
|
background: #eaf1fb;
|
||||||
color: #1e40af;
|
color: #1e40af;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.fullscreen .draggable-panel {
|
||||||
|
position: fixed;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
height: 94vh;
|
||||||
|
max-height: 98vh;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.fullscreen .container {
|
||||||
|
flex: 1 1 auto;
|
||||||
|
overflow-y: auto;
|
||||||
|
padding: 0 24px 30px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user