refactor: 重构国际化文件命名规范以及演示页加上代码位置提示

This commit is contained in:
xiaoxian521
2024-03-26 23:29:11 +08:00
parent 52103ab52d
commit 9d5f6eed12
111 changed files with 1397 additions and 942 deletions

View File

@@ -107,9 +107,9 @@ const cardLogoClass = computed(() => [
display: flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
font-size: 32px;
width: 46px;
height: 46px;
font-size: 26px;
color: #0052d9;
background: #e0ebff;
border-radius: 50%;

View File

@@ -92,7 +92,7 @@ const handleManageProduct = product => {
</script>
<template>
<div class="main">
<div>
<div class="w-full flex justify-between mb-4">
<el-button
:icon="useRenderIcon(AddFill)"