当前位置:网站首页>The border problem after the focus of input
The border problem after the focus of input
2022-06-24 09:08:00 【Secret Shura】
We wrote input After focusing , Its focus frame is composed of outline Controlled , but input You can also control the border
// Enter text search
.my_InputText{
border:0.5px solid #DCDFE6;
border-radius: 5px;
}
.my_InputText:focus {
box-sizing: border-box;
outline:0px ;
border:1px solid rgb(0, 195, 255);
}
The first is element Of <el-input . >
The second is input The style of , Only the input Of :focus {outline:0px} outline Set to zero , Reuse border:1px solid rgb(0, 195, 255); This is and element It's the same
reason :input Of focus The focus frame is composed of outline Controlled 

So we need to add settings : focus{ outline:0px solid #fff; }
边栏推荐
- [pytoch basic tutorial 31] youtubednn model analysis
- Idea another line shortcut
- MySQL data (Linux Environment) scheduled backup
- Qingcloud based "real estate integration" cloud solution
- One article explains in detail | those things about growth
- Floating error waiting for changelog lock
- Ordinary people have no education background. Can they earn more than 10000 yuan a month by Self-taught programming?
- Scheme of alcohol concentration tester based on single chip microcomputer
- 1704. judge whether the two halves of a string are similar
- Huawei Router: IPSec Technology
猜你喜欢

玄铁E906移植----番外0:玄铁C906仿真环境搭建

YOLOX backbone——CSPDarknet的实现

用VNC Viewer的方式远程连接无需显示屏的树莓派

Data middle office: middle office architecture and overview

【E325: ATTENTION】vim编辑时报错

2022-06-23:给定一个非负数组,任意选择数字,使累加和最大且为7的倍数,返回最大累加和。 n比较大,10的5次方。 来自美团。3.26笔试。

Remote connection of raspberry pie without display by VNC viewer

"Unusual proxy initial value setting is not supported", causes and Solutions

数据中台:中台架构及概述

Telnet port login method with user name for liunx server
随机推荐
Pytoch read data set (two modes: typical data set and user-defined data set)
Jincang KFS replicator installation (oracle-kes)
【LeetCode】415. 字符串相加
PM2 deploy nuxt3 JS project
解决:jmeter5.5在win11下界面上的字特别小
Solution: Nan occurs in loss during model training
[noi Simulation Competition] send (tree DP)
1528. 重新排列字符串
2022-06-23:给定一个非负数组,任意选择数字,使累加和最大且为7的倍数,返回最大累加和。 n比较大,10的5次方。 来自美团。3.26笔试。
Double pointer analog
【E325: ATTENTION】vim编辑时报错
数组相向指针系列
Telnet port login method with user name for liunx server
【使用 PicGo+腾讯云对象存储COS 作为图床】
【PyTorch基础教程30】DSSM双塔模型代码解析
Linux MySQL installation
MBA-day25 最值问题-应用题
MySQL——SQL语句
数据中台:中台实践与总结
1844. replace all numbers with characters