網(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
- 上一篇:沒有了
- 下一篇:沒有了
相關推薦
- 2022-09-29 LyScript實現(xiàn)內(nèi)存交換與差異對比的方法詳解_python
- 2022-04-28 Python+Matplotlib+LaTeX玩轉(zhuǎn)數(shù)學公式_python
- 2022-07-10 如何讓css文本元素居中
- 2023-02-06 Go語言基礎學習之指針詳解_Golang
- 2022-07-02 一個Python優(yōu)雅的數(shù)據(jù)分塊方法詳解_python
- 2022-09-08 pytorch中函數(shù)tensor.numpy()的數(shù)據(jù)類型解析_python
- 2022-11-14 mq消息積壓怎么對應
- 2022-04-28 淺析python中特殊文件和特殊函數(shù)_python
- 欄目分類
-
- 最近更新
-
- window11 系統(tǒng)安裝 yarn
- 超詳細win安裝深度學習環(huán)境2025年最新版(
- Linux 中運行的top命令 怎么退出?
- MySQL 中decimal 的用法? 存儲小
- get 、set 、toString 方法的使
- @Resource和 @Autowired注解
- Java基礎操作-- 運算符,流程控制 Flo
- 1. Int 和Integer 的區(qū)別,Jav
- spring @retryable不生效的一種
- Spring Security之認證信息的處理
- Spring Security之認證過濾器
- Spring Security概述快速入門
- Spring Security之配置體系
- 【SpringBoot】SpringCache
- Spring Security之基于方法配置權
- redisson分布式鎖中waittime的設
- maven:解決release錯誤:Artif
- restTemplate使用總結
- Spring Security之安全異常處理
- MybatisPlus優(yōu)雅實現(xiàn)加密?
- Spring ioc容器與Bean的生命周期。
- 【探索SpringCloud】服務發(fā)現(xiàn)-Nac
- Spring Security之基于HttpR
- Redis 底層數(shù)據(jù)結構-簡單動態(tài)字符串(SD
- arthas操作spring被代理目標對象命令
- Spring中的單例模式應用詳解
- 聊聊消息隊列,發(fā)送消息的4種方式
- bootspring第三方資源配置管理
- GIT同步修改后的遠程分支