refactor: playground add comparsion

This commit is contained in:
jialin
2024-09-22 14:55:23 +08:00
parent 1abaa164f5
commit c04b9342b8
32 changed files with 1206 additions and 425 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const isProduction = env === 'production';
const t = Date.now();
export default defineConfig({
proxy: {
...proxy('http://192.168.50.166:8080')
...proxy()
},
history: {
type: 'hash'
+5 -1
View File
@@ -28,6 +28,10 @@ export default {
Message: {
contentPadding: '12px 16px'
},
Tooltip: {
colorBgSpotlight: 'rgba(110,110,110,1)'
// sizePopupArrow: 0
},
Slider: {
handleSize: 8,
handleSizeHover: 8,
@@ -42,7 +46,7 @@ export default {
},
token: {
colorPrimary: '#007BFF',
borderRadius: 8,
borderRadius: 6,
fontSize: 12,
motion: true
}