日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學無先后,達者為師

網(wǎng)站首頁 編程語言 正文

自定義帶下箭頭彈出框

作者:大大。 更新時間: 2023-10-15 編程語言

<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

  • 上一篇:沒有了
  • 下一篇:沒有了
欄目分類
最近更新