This commit is contained in:
BIN
assets/country/UN.png
Normal file
BIN
assets/country/UN.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
@@ -34,10 +34,11 @@
|
|||||||
|
|
||||||
/* 左侧二级菜单栏 - 深色背景 */
|
/* 左侧二级菜单栏 - 深色背景 */
|
||||||
.nav-left-sidebar {
|
.nav-left-sidebar {
|
||||||
width: 200px;
|
width: 240px;
|
||||||
background: rgba(30, 41, 59, 0.8);
|
background: rgba(30, 41, 59, 0.4);
|
||||||
border-right: 1px solid rgba(56, 189, 248, 0.15);
|
backdrop-filter: blur(10px);
|
||||||
flex-shrink: 0;
|
border-right: 1px solid rgba(56, 189, 248, 0.1);
|
||||||
|
overflow-y: auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -837,6 +837,7 @@
|
|||||||
function getCountryOptions() {
|
function getCountryOptions() {
|
||||||
// 返回带中文名称的地区选项
|
// 返回带中文名称的地区选项
|
||||||
return [
|
return [
|
||||||
|
{ code: 'UN', name: '国际' },
|
||||||
{ code: 'CN', name: '中国' },
|
{ code: 'CN', name: '中国' },
|
||||||
{ code: 'HK', name: '香港' },
|
{ code: 'HK', name: '香港' },
|
||||||
{ code: 'TW', name: '台湾' },
|
{ code: 'TW', name: '台湾' },
|
||||||
|
|||||||
Reference in New Issue
Block a user