Commit 677c608e by 周田

style:样式

parent e3c9272c
...@@ -327,9 +327,8 @@ const sendCmd = () => { ...@@ -327,9 +327,8 @@ const sendCmd = () => {
/* align-items: center; */ /* align-items: center; */
/* justify-content: center; */ /* justify-content: center; */
height: auto; height: auto;
margin: 10px; padding: 8px;
text-align: left; text-align: left;
border-radius: 4px;
background: #f4f4f4; background: #f4f4f4;
color: #4d4c4c; color: #4d4c4c;
} }
......
<template> <template>
<div> <div class="border-solid border-black border-1">
<div> <div class="mb-2">
<div class="float-left text-black ml-4"> <div class="float-left text-black ml-4">
<p>{{ props.devName }}</p> <div class="h-8 text-sm justify-content flex items-center">{{ props.devName }}</div>
</div> </div>
<div class="float-right"> <div class="float-right">
<el-switch <el-switch
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5; line-height: 1.5;
font-weight: 400; font-weight: 400;
font-size: 14px; font-size: 16px;
color-scheme: light dark; color-scheme: light dark;
/*color: rgba(255, 255, 255, 0.87);*/ /*color: rgba(255, 255, 255, 0.87);*/
......
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