fix(src): 修复不等号显示错误
- 将 '>'替换为 '≥',以正确显示大于等于符号
This commit is contained in:
@@ -41,7 +41,7 @@ const symbolOptions = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '≥',
|
label: '≥',
|
||||||
value: '>'
|
value: '≥'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '<',
|
label: '<',
|
||||||
|
|||||||
Reference in New Issue
Block a user