更新
This commit is contained in:
parent
a539f807a0
commit
76dd63caed
File diff suppressed because one or more lines are too long
@ -90,7 +90,6 @@
|
|||||||
gap: 15px;
|
gap: 15px;
|
||||||
&-item {
|
&-item {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius: var(--radius-wrap);
|
border-radius: var(--radius-wrap);
|
||||||
.thumb {
|
.thumb {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
/* 获取主题当前版本号 */
|
/* 获取主题当前版本号 */
|
||||||
function _getVersion()
|
function _getVersion()
|
||||||
{
|
{
|
||||||
return "5.4.2";
|
return "5.4.3";
|
||||||
};
|
};
|
||||||
|
|
||||||
/* 判断是否是手机 */
|
/* 判断是否是手机 */
|
||||||
|
Loading…
Reference in New Issue
Block a user