惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Simon Willison's Weblog
Simon Willison's Weblog
G
Google Developers Blog
Spread Privacy
Spread Privacy
I
InfoQ
V
V2EX
S
Schneier on Security
小众软件
小众软件
C
CERT Recently Published Vulnerability Notes
博客园 - 聂微东
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Stack Overflow Blog
Stack Overflow Blog
T
Threat Research - Cisco Blogs
L
Lohrmann on Cybersecurity
Recent Announcements
Recent Announcements
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Attack and Defense Labs
Attack and Defense Labs
云风的 BLOG
云风的 BLOG
The Hacker News
The Hacker News
S
SegmentFault 最新的问题
C
Cybersecurity and Infrastructure Security Agency CISA
NISL@THU
NISL@THU
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
GbyAI
GbyAI
Latest news
Latest news
S
Secure Thoughts
Project Zero
Project Zero
MongoDB | Blog
MongoDB | Blog
I
Intezer
Security Latest
Security Latest
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
N
Netflix TechBlog - Medium
V2EX - 技术
V2EX - 技术
量子位
T
Threatpost
T
The Blog of Author Tim Ferriss
Y
Y Combinator Blog
T
Tor Project blog
A
Arctic Wolf
Microsoft Security Blog
Microsoft Security Blog
T
The Exploit Database - CXSecurity.com
大猫的无限游戏
大猫的无限游戏
T
Tailwind CSS Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
C
Check Point Blog
博客园 - Franky
Google DeepMind News
Google DeepMind News
The Register - Security
The Register - Security
The GitHub Blog
The GitHub Blog
L
LINUX DO - 热门话题

博客园 - abcByme

列表进度处理 路由保存参数还在当前页 菜单右侧竖条 登录记住密码浏览器默认样式修改 头像图片上传和裁切 a-table 子级异步加载 动态效果 是否第一次打开 vue3 拖动弹窗 vue3 表格下拉刷新 vue3 下拉刷新 平均分布从左到右 从上到下 js 数据平均分配 喊话器功能 获取完整的文件路径地址 vue3 词云 树形多选 多表单验证 复选框单选
边框渐变、字体渐变
abcByme · 2026-01-26 · via 博客园 - abcByme

image

<a-input v-model:value="searchTerm" placeholder="搜索能力" @pressEnter="onSearch" @focus="handleSearchFocus">

          <template #prefix>

            <SearchOutlined style="font-size: 24px;color: #cacaca;" @click="onSearch" />

          </template>

          <template #suffix>

            <div>

              <img src="@/assets/images/single2/search-icon.png" alt="">

              <span @click.stop="goToAllAbility">浏览所有能力</span>

            </div>

          </template>

        </a-input>


:deep(.ant-input-affix-wrapper) { height: 60px; border-radius: 12px; border: 2px solid transparent; background: linear-gradient(white, white) padding-box, linear-gradient(to right, #0AA7FF, #3658FF, #FF88EB) border-box; &:focus, &:hover { border: 2px solid transparent; background: linear-gradient(white, white) padding-box, linear-gradient(to right, #0AA7FF, #3658FF, #FF88EB) border-box; box-shadow: none; } .anticon svg { color: #006AFF; } }

span {

          font-size: 17px;

          background: linear-gradient(109.77deg, #3658FF 18.4%, #FF88EB 97.96%);

          -webkit-background-clip: text;

          -webkit-text-fill-color: transparent;

          background-clip: text;

          cursor: pointer;

        }