|
@@ -46,7 +46,7 @@ const state: any = reactive({})
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
-@import "@/views/workflow/instance/component/style";
|
|
|
+@use "@/views/workflow/instance/component/style";
|
|
|
|
|
|
.condition-main {
|
|
|
flex: 1;
|
|
@@ -60,7 +60,7 @@ const state: any = reactive({})
|
|
|
justify-content: center;
|
|
|
position: relative;
|
|
|
>div:nth-child(1) {
|
|
|
- border: $borderStyle;
|
|
|
+ border: style.$borderStyle;
|
|
|
width: 10px;
|
|
|
height: 100%;
|
|
|
border-radius: 8px 0 0 8px;
|
|
@@ -79,7 +79,7 @@ const state: any = reactive({})
|
|
|
>div:nth-child(3) {
|
|
|
z-index: 3;
|
|
|
color: var(--czr-main-color);
|
|
|
- border: $borderStyle;
|
|
|
+ border: style.$borderStyle;
|
|
|
border-radius: 4px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
@@ -99,10 +99,10 @@ const state: any = reactive({})
|
|
|
display: flex;
|
|
|
.condition-item-body {
|
|
|
border-radius: 8px;
|
|
|
- background-color: $inputBg;
|
|
|
+ background-color: style.$inputBg;
|
|
|
flex: 1;
|
|
|
.top {
|
|
|
- border-bottom: $borderStyle;
|
|
|
+ border-bottom: style.$borderStyle;
|
|
|
padding: 6px;
|
|
|
display: flex;
|
|
|
align-items: center;
|