網(wǎng)站首頁 編程語言 正文
<div class="steps_tk">
? ? ? ? ? ? ? ? ? ? <div class="steps_tktit">
? ? ? ? ? ? ? ? ? ? ? <div class="steps-panel-content">
? ? ? ? ? ? ? ? ? ? ? ? <div class="steps-panel-triple"></div>
? ? ? ? ? ? ? ? ? ? ? ? <div>{{StepReviewLogs.statusName}}</div>
? ? ? ? ? ? ? ? ? ? ? ? <div>{{StepReviewLogs.content}}</div>
? ? ? ? ? ? ? ? ? ? ? ? <div v-if="item in StepReviewLogs.logs" :key="item.id">{{item.userName}}</div>
? ? ? ? ? ? ? ? ? ? ? </div>
? ? ? ? ? ? ? ? ? ? </div>
? ? ? ? ? ? ? ? ? </div>
css?
.steps_tk {
? ? position: relative;
? }
? .steps_tktit {
? ? position: absolute;
? ? /* top: -54px;
? ? left: 33px; */
? ? top: -55px;
? ? left: -68px;
? }
? .steps-panel-triple {
? ? width: 0;
? ? height: 0;
? ? border-left: 8px solid transparent;
? ? border-right: 8px solid transparent;
? ? border-top: 8px solid #404040;
? ? border-bottom-color: #404040;
? ? position: absolute;
? ? left: 118px;
? ? bottom: -8px;
? }
? .steps-panel-content {
? ? width: 265px;
? ? display: flex;
? ? justify-content: center;
? ? position: relative;
? ? margin-top: 15px;
? ? height: 30px;
? ? line-height: 30px;
? ? background-color: #404040;
? ? color: #FFF;
? ? text-align: left;
? ? /* padding-left: 15px;
? ? padding-right: 12px; */
? ? border-radius: 5px;
? ? font-size: 0.8rem;
? ? letter-spacing: 0.1rem;
? ? user-select: none;
? ? -ms-user-select: none;
? ? -moz-user-select: none;
? ? -webkit-user-select: none;
? ? cursor: pointer;
? }
原文鏈接:https://blog.csdn.net/weixin_43923808/article/details/132608763
- 上一篇:沒有了
- 下一篇:沒有了
相關(guān)推薦
- 2022-07-28 Python實(shí)現(xiàn)Word文檔樣式批量處理_python
- 2022-10-07 Unity游戲開發(fā)實(shí)現(xiàn)場景切換示例_C#教程
- 2023-01-17 FFmpeg實(shí)戰(zhàn)之利用ffplay實(shí)現(xiàn)自定義輸入流播放_(tái)C 語言
- 2022-09-17 C++中stack的pop()函數(shù)返回值解析_C 語言
- 2022-09-09 OpenSSL生成v3證書方法及配置文件詳解_其它綜合
- 2022-12-23 python類中的self和變量用法及說明_python
- 2022-12-06 Android?SwipeRefreshLayout超詳細(xì)講解_Android
- 2022-08-25 R語言多元線性回歸實(shí)例詳解_R語言
- 欄目分類
-
- 最近更新
-
- window11 系統(tǒng)安裝 yarn
- 超詳細(xì)win安裝深度學(xué)習(xí)環(huán)境2025年最新版(
- Linux 中運(yùn)行的top命令 怎么退出?
- MySQL 中decimal 的用法? 存儲(chǔ)小
- get 、set 、toString 方法的使
- @Resource和 @Autowired注解
- Java基礎(chǔ)操作-- 運(yùn)算符,流程控制 Flo
- 1. Int 和Integer 的區(qū)別,Jav
- spring @retryable不生效的一種
- Spring Security之認(rèn)證信息的處理
- Spring Security之認(rèn)證過濾器
- Spring Security概述快速入門
- Spring Security之配置體系
- 【SpringBoot】SpringCache
- Spring Security之基于方法配置權(quán)
- redisson分布式鎖中waittime的設(shè)
- maven:解決release錯(cuò)誤:Artif
- restTemplate使用總結(jié)
- Spring Security之安全異常處理
- MybatisPlus優(yōu)雅實(shí)現(xiàn)加密?
- Spring ioc容器與Bean的生命周期。
- 【探索SpringCloud】服務(wù)發(fā)現(xiàn)-Nac
- Spring Security之基于HttpR
- Redis 底層數(shù)據(jù)結(jié)構(gòu)-簡單動(dòng)態(tài)字符串(SD
- arthas操作spring被代理目標(biāo)對(duì)象命令
- Spring中的單例模式應(yīng)用詳解
- 聊聊消息隊(duì)列,發(fā)送消息的4種方式
- bootspring第三方資源配置管理
- GIT同步修改后的遠(yuǎn)程分支