mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-22 12:58:55 +08:00
ref: 优化主页左上角的图标修改为透明
This commit is contained in:
parent
648f4ea546
commit
a40cedfefb
@ -1,9 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64px" height="64px" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g><path style="opacity:1" fill="#fdfefd" d="M -0.5,-0.5 C 20.8333,-0.5 42.1667,-0.5 63.5,-0.5C 63.5,13.1667 63.5,26.8333 63.5,40.5C 63.1667,40.5 62.8333,40.5 62.5,40.5C 61.8058,31.2962 56.8058,27.6295 47.5,29.5C 44.8875,17.7222 37.5541,12.2222 25.5,13C 20.6494,14.8486 16.6494,17.8486 13.5,22C 3.63854,23.6981 -0.694792,29.5314 0.5,39.5C 0.166667,39.5 -0.166667,39.5 -0.5,39.5C -0.5,26.1667 -0.5,12.8333 -0.5,-0.5 Z"/></g>
|
||||
<g><path style="opacity:1" fill="#73b548" d="M 62.5,40.5 C 61.9299,44.9115 59.5966,48.0782 55.5,50C 40.5,50.6667 25.5,50.6667 10.5,50C 5.24848,48.2502 1.91515,44.7502 0.5,39.5C -0.694792,29.5314 3.63854,23.6981 13.5,22C 16.6494,17.8486 20.6494,14.8486 25.5,13C 37.5541,12.2222 44.8875,17.7222 47.5,29.5C 56.8058,27.6295 61.8058,31.2962 62.5,40.5 Z"/></g>
|
||||
<g><path style="opacity:1" fill="#fbfdfa" d="M 26.5,16.5 C 37.8821,16.5487 43.5488,22.2154 43.5,33.5C 47.5138,33.3345 51.5138,33.5012 55.5,34C 59.6646,38.3524 59.3313,42.3524 54.5,46C 44.8333,46.6667 35.1667,46.6667 25.5,46C 17.1294,42.0913 13.9627,35.5913 16,26.5C 18.1059,21.5573 21.6059,18.224 26.5,16.5 Z"/></g>
|
||||
<g><path style="opacity:1" fill="#7dba55" d="M 38.5,34.5 C 42.1378,33.7366 43.6378,35.0699 43,38.5C 38.4155,40.4126 36.9155,39.0793 38.5,34.5 Z"/></g>
|
||||
<g><path style="opacity:1" fill="#fefefe" d="M -0.5,39.5 C -0.166667,39.5 0.166667,39.5 0.5,39.5C 1.91515,44.7502 5.24848,48.2502 10.5,50C 25.5,50.6667 40.5,50.6667 55.5,50C 59.5966,48.0782 61.9299,44.9115 62.5,40.5C 62.8333,40.5 63.1667,40.5 63.5,40.5C 63.5,48.1667 63.5,55.8333 63.5,63.5C 42.1667,63.5 20.8333,63.5 -0.5,63.5C -0.5,55.5 -0.5,47.5 -0.5,39.5 Z"/></g>
|
||||
<g><path style="opacity:0.996" fill="#80bb58" d="M 63.5,35.5 C 63.5,37.8333 63.5,40.1667 63.5,42.5C 62.0168,46.1468 59.3501,48.6468 55.5,50C 43.1211,50.186 30.7877,50.686 18.5,51.5C 9.28752,51.7428 2.95418,47.7428 -0.5,39.5C -0.5,37.5 -0.5,35.5 -0.5,33.5C 1.21619,26.6281 5.71619,22.6281 13,21.5C 20.6091,11.8561 29.7758,10.0227 40.5,16C 44.3698,19.3546 46.7031,23.5212 47.5,28.5C 54.366,27.6047 59.6994,29.9381 63.5,35.5 Z M 25.5,17.5 C 36.8229,16.822 42.8229,22.1553 43.5,33.5C 47.5138,33.3345 51.5138,33.5012 55.5,34C 59.5,37.6667 59.5,41.3333 55.5,45C 44.4272,45.9308 33.4272,45.5975 22.5,44C 12.5525,33.8629 13.5525,25.0296 25.5,17.5 Z"/></g>
|
||||
<g><path style="opacity:0.991" fill="#86be5f" d="M 39.5,33.5 C 43.0131,34.0282 44.0131,35.8615 42.5,39C 37.2894,39.5464 36.2894,37.713 39.5,33.5 Z"/></g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 1.2 KiB |
@ -124,7 +124,7 @@ const openDialog = (id: string): void => {
|
||||
|
||||
// 重置表单数据
|
||||
nextTick(() => {
|
||||
dataFormRef.value?.resetFields?.();
|
||||
dataFormRef.value?.resetFields();
|
||||
});
|
||||
|
||||
if (id) {
|
||||
|
@ -124,9 +124,9 @@ const openDialog = (id: string) => {
|
||||
form.orderId = '';
|
||||
|
||||
// 重置表单数据
|
||||
if (dataFormRef.value) {
|
||||
dataFormRef.value.resetFields();
|
||||
}
|
||||
nextTick(() => {
|
||||
dataFormRef.value?.resetFields();
|
||||
});
|
||||
|
||||
// 获取payTradeOrder信息
|
||||
if (id) {
|
||||
|
Loading…
Reference in New Issue
Block a user