今天打开ps发现cutterman提示更新了,于是下载更新了,发现不会用来,找不到合并导出图层功能了。于是想退回之前的版本,在网上竟然也搜不到了。大写的尴尬啊。
于是利用百度快照找回了之前的版本。
记录一下版本 方便丢失后再次找回
版本记录 win和mac
版本号3.6.1和4...
3年前 (2022-06-15)
喜欢
纵向滚动条
.is-scrolling-none::-webkit-scrollbar {
width: 6px;
height: 200px;
}
/*滚动条滑块*/
.is-scrolling-none::-webkit-scrollbar-thumb {
/...
3年前 (2022-06-15)
喜欢
运行实例
代码
<template>
<div class="echarts1" ref="echarts1">
</div>
</template>
<script&g...
3年前 (2022-06-14)
喜欢
运行实例
代码
<template>
<div class="echarts1" ref="echarts1">
</div>
</template>
<script&g...
3年前 (2022-06-14)
喜欢
代码
/**
* @Author: 858834013@qq.com
* @Name: sidebar
* @Date: 2022-06-10
* @Desc:
*/
<template>
<div>
<transition name...
3年前 (2022-06-13)
喜欢
代码
/**
* @Author: 858834013@qq.com
* @Name: popWin
* @Date: 2022-06-10
* @Desc:
*/
<template>
<div>
<el-dialog
...
3年前 (2022-06-13)
喜欢
vue element ui Select自定义样式
<el-select v-model="value" placeholder="请选择">
<el-option
v-for="item...
3年前 (2022-06-11)
喜欢
<div class="material">
<el-checkbox-group v-model="checkList">
<el-checkbox labe...
3年前 (2022-06-11)
喜欢
vue配置代码
import { createRouter, createWebHistory } from 'vue-router'
const router = createRouter({
history: createWebHistory(),
rout...
3年前 (2022-06-11)
喜欢
/**
* @Author: 858834013@qq.com
* @Name: tuceng
* @Date: 2022-06-10
* @Desc:
*/
<template>
<div class="tuceng wow fadeInLe...
3年前 (2022-06-10)
喜欢