Commit e05a540b authored by leon's avatar leon

feat: realTime add time config

parent bd1680c2
<template> <template>
<view> <view>
<div class="timer"> <div class="timer">
<NormalTitle :elementInfo="elementInfo"></NormalTitle>
<div <div
:style="{ :style="{
'font-size':`${elementInfo.option.title.textStyle.fontSize}px`, 'font-size':`${elementInfo.option.time.textStyle.fontSize}px`,
'color': elementInfo.option.title.textStyle.color, 'color': elementInfo.option.time.textStyle.color,
'font-weight': elementInfo.option.title.textStyle.fontWeight, 'font-weight': elementInfo.option.time.textStyle.fontWeight,
'text-align': elementInfo.option.title.left, 'text-align': elementInfo.option.time.left,
}" }"
> >
{{ realTime }} {{ realTime }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment