mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
chore: vip label translate
This commit is contained in:
@@ -65,7 +65,6 @@ async function addItem() {
|
||||
return;
|
||||
}
|
||||
|
||||
debugger;
|
||||
if (emails.value.find(item => item.value === email)) {
|
||||
notification.warning({
|
||||
message: "此邮箱已存在",
|
||||
|
||||
@@ -287,7 +287,7 @@ function openUpgrade() {
|
||||
},
|
||||
maskClosable: true,
|
||||
okText: t("vip.activate"),
|
||||
width: 1000,
|
||||
width: 1100,
|
||||
content: () => {
|
||||
let activationCodeGetWay = (
|
||||
<span>
|
||||
@@ -419,7 +419,7 @@ onMounted(() => {
|
||||
padding: 10px;
|
||||
border: 1px solid #eee;
|
||||
border-radius: 5px;
|
||||
height: 250px;
|
||||
height: 275px;
|
||||
|
||||
//background-color: rgba(250, 237, 167, 0.79);
|
||||
&.current {
|
||||
|
||||
Reference in New Issue
Block a user